#55AE87

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

Shades of Ocean Green #55AE87

Tints of Ocean Green #55AE87

Color information

#55AE87 (or 0x55AE87) is unknown color: approx Ocean Green. HEX triplet: 55, AE and 87. RGB value is (85,174,135). Sum of RGB (Red+Green+Blue) = 85+174+135=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AE87 is #AA5178. Grayscale: #8F8F8F. Windows color (decimal): -11161977 or 8891989. OLE color: 8891989.

HSL color Cylindrical-coordinate representation of color #55AE87: hue angle of 153.71º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AE87 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB85174135-
CMYK0.5100.220.32
HSL153.71º35.46%50.78%-
HSV(B)153.71º51.15%68.24%-
XYZ23.2633.9528.25-
YUV142.94123.5186.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=21.57%
G=44.16%
B=34.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851741350.5100.220.32153.7135.4650.78
Hex55AE8733016209a2333
Octal12525620763026402324363
Binary1010101101011101000011111001101011010000010011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,135); }

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

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

 a { background-color: rgb(85,174,135); }

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

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

 span { border-color: rgb(85,174,135); }

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