#559D76

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

Shades of Ocean Green #559D76

Tints of Ocean Green #559D76

Color information

#559D76 (or 0x559D76) is unknown color: approx Ocean Green. HEX triplet: 55, 9D and 76. RGB value is (85,157,118). Sum of RGB (Red+Green+Blue) = 85+157+118=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #559D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D76 is #AA6289. Grayscale: #838383. Windows color (decimal): -11166346 or 7773525. OLE color: 7773525.

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

Color convert

RGB85157118-
CMYK0.4600.250.38
HSL147.5º29.75%47.45%-
HSV(B)147.5º45.86%61.57%-
XYZ19.0727.3521.41-
YUV131.03120.6595.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=23.61%
G=43.61%
B=32.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851571180.4600.250.38147.529.7547.45
Hex559D762E01926941e2f
Octal12523516656031462243657
Binary10101011001110111101101011100110011001101001010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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