#55AA78

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

Shades of Ocean Green #55AA78

Tints of Ocean Green #55AA78

Color information

#55AA78 (or 0x55AA78) is unknown color: approx Ocean Green. HEX triplet: 55, AA and 78. RGB value is (85,170,120). Sum of RGB (Red+Green+Blue) = 85+170+120=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA78 is #AA5587. Grayscale: #8B8B8B. Windows color (decimal): -11163016 or 7907925. OLE color: 7907925.

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

Color convert

RGB85170120-
CMYK0.5000.290.33
HSL144.71º33.33%50%-
HSV(B)144.71º50%66.67%-
XYZ21.5132.0422.82-
YUV138.88117.3489.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 120 (47.27% from 255) = 32%
R=22.67%
G=45.33%
B=32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701200.5000.290.33144.7133.3350
Hex55AA783201D21912132
Octal12525217062035412214162
Binary101010110101010111100011001001110110000110010001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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