#559978

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

Shades of Ocean Green #559978

Tints of Ocean Green #559978

Color information

#559978 (or 0x559978) is unknown color: approx Ocean Green. HEX triplet: 55, 99 and 78. RGB value is (85,153,120). Sum of RGB (Red+Green+Blue) = 85+153+120=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #559978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559978 is #AA6687. Grayscale: #808080. Windows color (decimal): -11167368 or 7903573. OLE color: 7903573.

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

Color convert

RGB85153120-
CMYK0.4400.220.4
HSL150.88º28.57%46.67%-
HSV(B)150.88º44.44%60%-
XYZ18.5326.0721.82-
YUV128.91122.9796.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=23.74%
G=42.74%
B=33.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851531200.4400.220.4150.8828.5746.67
Hex5599782C01628971d2f
Octal12523117054026502273557
Binary10101011001100111110001011000101101010001001011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559978; }

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

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

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

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

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

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

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

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