Html Css Color HEX #559B76 Ocean Green

📋 copy color: '#559B76'

red 85 ◦ green 155 ◦ blue 118

#559B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #559B76

Tints of Ocean Green #559B76

RGB

 RED value IS 85 (33.59% from 255) = 23.74%

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 23.74%
G = 43.3%
B = 32.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#559B76 (or 0x559B76) is known color: 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

RGB 85 155 118 -
CMYK 0.45 0 0.24 0.39
HSL 148.29º 0.29% 0.47% -
HSV(B) 148.29º 0.45% 0.61% -
XYZ 18.74 26.68 21.3 -
YUV 129.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 85 155 118 0.45 0 0.24 0.39 148.29 0.29 0.47
Hex 55 9B 76 2D 0 18 27 94 1D 2F
Octal 125 233 166 55 0 30 47 224 35 57
Binary 1010101 10011011 1110110 101101 0 11000 100111 10010100 11101 101111

Color Harmonies of #559B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B76

Black with #559B76

Text Example


Text Example

White with #559B76

Text Example


Text Example

HTML Codes & Css Web 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>