#559E72

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

Shades of Ocean Green #559E72

Tints of Ocean Green #559E72

Color information

#559E72 (or 0x559E72) is unknown color: approx Ocean Green. HEX triplet: 55, 9E and 72. RGB value is (85,158,114). Sum of RGB (Red+Green+Blue) = 85+158+114=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #559E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E72 is #AA618D. Grayscale: #838383. Windows color (decimal): -11166094 or 7511637. OLE color: 7511637.

HSL color Cylindrical-coordinate representation of color #559E72: hue angle of 143.84º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E72 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB85158114-
CMYK0.4600.280.38
HSL143.84º30.04%47.65%-
HSV(B)143.84º46.2%61.96%-
XYZ19.0127.620.24-
YUV131.16118.3295.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=23.81%
G=44.26%
B=31.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581140.4600.280.38143.8430.0447.65
Hex559E722E01C26901e30
Octal12523616256034462203660
Binary10101011001111011100101011100111001001101001000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,114); }

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

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

 a { background-color: rgb(85,158,114); }

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

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

 span { border-color: rgb(85,158,114); }

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