#559C78

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

Shades of Ocean Green #559C78

Tints of Ocean Green #559C78

Color information

#559C78 (or 0x559C78) is unknown color: approx Ocean Green. HEX triplet: 55, 9C and 78. RGB value is (85,156,120). Sum of RGB (Red+Green+Blue) = 85+156+120=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #559C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C78 is #AA6387. Grayscale: #828282. Windows color (decimal): -11166600 or 7904341. OLE color: 7904341.

HSL color Cylindrical-coordinate representation of color #559C78: hue angle of 149.58º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C78 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB85156120-
CMYK0.4600.230.39
HSL149.58º29.46%47.25%-
HSV(B)149.58º45.51%61.18%-
XYZ19.0227.0621.99-
YUV130.67121.9895.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=23.55%
G=43.21%
B=33.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561200.4600.230.39149.5829.4647.25
Hex559C782E01727961d2f
Octal12523417056027472263557
Binary10101011001110011110001011100101111001111001011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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