#55AB87

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

Shades of Ocean Green #55AB87

Tints of Ocean Green #55AB87

Color information

#55AB87 (or 0x55AB87) is unknown color: approx Ocean Green. HEX triplet: 55, AB and 87. RGB value is (85,171,135). Sum of RGB (Red+Green+Blue) = 85+171+135=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB87 is #AA5478. Grayscale: #8D8D8D. Windows color (decimal): -11162745 or 8891221. OLE color: 8891221.

HSL color Cylindrical-coordinate representation of color #55AB87: hue angle of 154.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AB87 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB85171135-
CMYK0.5000.210.33
HSL154.88º33.86%50.2%-
HSV(B)154.88º50.29%67.06%-
XYZ22.6832.8128.06-
YUV141.18124.5187.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=21.74%
G=43.73%
B=34.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711350.5000.210.33154.8833.8650.2
Hex55AB8732015219b2232
Octal12525320762025412334262
Binary1010101101010111000011111001001010110000110011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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