#55AB78

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

Shades of Ocean Green #55AB78

Tints of Ocean Green #55AB78

Color information

#55AB78 (or 0x55AB78) is unknown color: approx Ocean Green. HEX triplet: 55, AB and 78. RGB value is (85,171,120). Sum of RGB (Red+Green+Blue) = 85+171+120=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB78 is #AA5487. Grayscale: #8B8B8B. Windows color (decimal): -11162760 or 7908181. OLE color: 7908181.

HSL color Cylindrical-coordinate representation of color #55AB78: hue angle of 144.42º 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 #55AB78 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB85171120-
CMYK0.5000.300.33
HSL144.42º33.86%50.2%-
HSV(B)144.42º50.29%67.06%-
XYZ21.732.4122.88-
YUV139.47117.0189.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=22.61%
G=45.48%
B=31.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711200.5000.300.33144.4233.8650.2
Hex55AB783201E21902232
Octal12525317062036412204262
Binary101010110101011111100011001001111010000110010000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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