#559676

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

Shades of Ocean Green #559676

Tints of Ocean Green #559676

Color information

#559676 (or 0x559676) is unknown color: approx Ocean Green. HEX triplet: 55, 96 and 76. RGB value is (85,150,118). Sum of RGB (Red+Green+Blue) = 85+150+118=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #559676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559676 is #AA6989. Grayscale: #7E7E7E. Windows color (decimal): -11168138 or 7771733. OLE color: 7771733.

HSL color Cylindrical-coordinate representation of color #559676: hue angle of 150.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559676 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB85150118-
CMYK0.4300.210.41
HSL150.46º27.66%46.08%-
HSV(B)150.46º43.33%58.82%-
XYZ17.9225.0521.03-
YUV126.92122.9798.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=24.08%
G=42.49%
B=33.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501180.4300.210.41150.4627.6646.08
Hex5596762B01529961c2e
Octal12522616653025512263456
Binary10101011001011011101101010110101011010011001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559676; }

 p { color: rgb(85,150,118); }

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

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

 a { background-color: rgb(85,150,118); }

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

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

 span { border-color: rgb(85,150,118); }

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