#55AF74

Color #55AF74 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55AF74

Tints of Ocean Green #55AF74

Color information

#55AF74 (or 0x55AF74) is unknown color: approx Ocean Green. HEX triplet: 55, AF and 74. RGB value is (85,175,116). Sum of RGB (Red+Green+Blue) = 85+175+116=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF74 is #AA508B. Grayscale: #8D8D8D. Windows color (decimal): -11161740 or 7647061. OLE color: 7647061.

HSL color Cylindrical-coordinate representation of color #55AF74: hue angle of 140.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF74 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB85175116-
CMYK0.5100.340.31
HSL140.67º36%50.98%-
HSV(B)140.67º51.43%68.63%-
XYZ22.2333.8521.89-
YUV141.36113.6887.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=22.61%
G=46.54%
B=30.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851751160.5100.340.31140.673650.98
Hex55AF74330221F8d2433
Octal12525716463042372154463
Binary101010110101111111010011001101000101111110001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AF74; }

 p { color: rgb(85,175,116); }

 H1.HeaderClassName
 {
   color: #55AF74;
 }
 .AnyTagClassName
 {
   color: #55AF74;
 }
</style>
background-color css

<style>
 a { background-color: #55AF74; }

 a { background-color: rgb(85,175,116); }

 div.DivClassName
 {
   background-color: #55AF74;
 }
 .BgClassName
 {
   background-color: #55AF74;
 }
</style>
border-color css

<style>
 span { border-color: #55AF74; }

 span { border-color: rgb(85,175,116); }

 td.TdClassName
 {
   border-color: #55AF74;
 }
 .TagClassName
 {
   border-color: #55AF74;
 }
</style>