#559A78

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

Shades of Ocean Green #559A78

Tints of Ocean Green #559A78

Color information

#559A78 (or 0x559A78) is unknown color: approx Ocean Green. HEX triplet: 55, 9A and 78. RGB value is (85,154,120). Sum of RGB (Red+Green+Blue) = 85+154+120=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #559A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A78 is #AA6587. Grayscale: #818181. Windows color (decimal): -11167112 or 7903829. OLE color: 7903829.

HSL color Cylindrical-coordinate representation of color #559A78: hue angle of 150.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A78 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB85154120-
CMYK0.4500.220.40
HSL150.43º28.87%46.86%-
HSV(B)150.43º44.81%60.39%-
XYZ18.6926.421.88-
YUV129.49122.6496.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=23.68%
G=42.90%
B=33.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851541200.4500.220.40150.4328.8746.86
Hex559A782D01628961d2f
Octal12523217055026502263557
Binary10101011001101011110001011010101101010001001011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559A78; }

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

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

<style>
 a { background-color: #559A78; }

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

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

<style>
 span { border-color: #559A78; }

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

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