Html Css Color HEX #59A170 Ocean Green

📋 copy color: '#59A170'

red 89 ◦ green 161 ◦ blue 112

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

Shades of Ocean Green #59A170

Tints of Ocean Green #59A170

RGB

 RED value IS 89 (35.16% from 255) = 24.59%

 GREEN value IS 161 (63.28% from 255) = 44.48%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 24.59%
G = 44.48%
B = 30.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#59A170 (or 0x59A170) is known color: Ocean Green. HEX triplet: 59, A1 and 70. RGB value is (89,161,112). Sum of RGB (Red+Green+Blue) = 89+161+112=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #59A170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A170 is #A65E8F. Grayscale: #868686. Windows color (decimal): -10903184 or 7381337. OLE color: 7381337.

HSL color Cylindrical-coordinate representation of color #59A170: hue angle of 139.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A170 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 161 112 -
CMYK 0.45 0 0.30 0.37
HSL 139.17º 0.29% 0.49% -
HSV(B) 139.17º 0.45% 0.63% -
XYZ 19.79 28.78 19.84 -
YUV 133.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 89 161 112 0.45 0 0.30 0.37 139.17 0.29 0.49
Hex 59 A1 70 2D 0 1E 25 8B 1D 31
Octal 131 241 160 55 0 36 45 213 35 61
Binary 1011001 10100001 1110000 101101 0 11110 100101 10001011 11101 110001

Color Harmonies of #59A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A170

Black with #59A170

Text Example


Text Example

White with #59A170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A170; }

 p { color: rgb(89,161,112); }

 H1.HeaderClassName
 {
   color: #59A170;
 }
 .AnyTagClassName
 {
   color: #59A170;
 }
</style>

background-color css

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

 a { background-color: rgb(89,161,112); }

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

border-color css

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

 span { border-color: rgb(89,161,112); }

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