Html Css Color HEX #559F72 Ocean Green

📋 copy color: '#559F72'

red 85 ◦ green 159 ◦ blue 114

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

Shades of Ocean Green #559F72

Tints of Ocean Green #559F72

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.41%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 23.74%
G = 44.41%
B = 31.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#559F72 (or 0x559F72) is known color: Ocean Green. HEX triplet: 55, 9F and 72. RGB value is (85,159,114). Sum of RGB (Red+Green+Blue) = 85+159+114=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #559F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F72 is #AA608D. Grayscale: #838383. Windows color (decimal): -11165838 or 7511893. OLE color: 7511893.

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

Color convert

RGB 85 159 114 -
CMYK 0.47 0 0.28 0.38
HSL 143.51º 0.3% 0.48% -
HSV(B) 143.51º 0.47% 0.62% -
XYZ 19.18 27.94 20.3 -
YUV 131.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 85 159 114 0.47 0 0.28 0.38 143.51 0.3 0.48
Hex 55 9F 72 2F 0 1C 26 90 1E 30
Octal 125 237 162 57 0 34 46 220 36 60
Binary 1010101 10011111 1110010 101111 0 11100 100110 10010000 11110 110000

Color Harmonies of #559F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559F72

Black with #559F72

Text Example


Text Example

White with #559F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,114); }

 H1.HeaderClassName
 {
   color: #559F72;
 }
 .AnyTagClassName
 {
   color: #559F72;
 }
</style>

background-color css

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

 a { background-color: rgb(85,159,114); }

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

border-color css

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

 span { border-color: rgb(85,159,114); }

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