#559E75

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

Shades of Ocean Green #559E75

Tints of Ocean Green #559E75

Color information

#559E75 (or 0x559E75) is unknown color: approx Ocean Green. HEX triplet: 55, 9E and 75. RGB value is (85,158,117). Sum of RGB (Red+Green+Blue) = 85+158+117=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #559E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E75 is #AA618A. Grayscale: #838383. Windows color (decimal): -11166091 or 7708245. OLE color: 7708245.

HSL color Cylindrical-coordinate representation of color #559E75: hue angle of 146.3º 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 #559E75 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB85158117-
CMYK0.4600.260.38
HSL146.3º30.04%47.65%-
HSV(B)146.3º46.2%61.96%-
XYZ19.1827.6721.16-
YUV131.5119.8294.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 158 (62.11% from 255) = 43.89%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=23.61%
G=43.89%
B=32.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581170.4600.260.38146.330.0447.65
Hex559E752E01A26921e30
Octal12523616556032462223660
Binary10101011001111011101011011100110101001101001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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