#559B76

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

Shades of Ocean Green #559B76

Tints of Ocean Green #559B76

Color information

#559B76 (or 0x559B76) is unknown color: approx Ocean Green. HEX triplet: 55, 9B and 76. RGB value is (85,155,118). Sum of RGB (Red+Green+Blue) = 85+155+118=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #559B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B76 is #AA6489. Grayscale: #818181. Windows color (decimal): -11166858 or 7773013. OLE color: 7773013.

HSL color Cylindrical-coordinate representation of color #559B76: hue angle of 148.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B76 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB85155118-
CMYK0.4500.240.39
HSL148.29º29.17%47.06%-
HSV(B)148.29º45.16%60.78%-
XYZ18.7426.6821.3-
YUV129.85121.3196.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=23.74%
G=43.30%
B=32.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551180.4500.240.39148.2929.1747.06
Hex559B762D01827941d2f
Octal12523316655030472243557
Binary10101011001101111101101011010110001001111001010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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