Html Css Color HEX #59A070 Ocean Green

📋 copy color: '#59A070'

red 89 ◦ green 160 ◦ blue 112

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

Shades of Ocean Green #59A070

Tints of Ocean Green #59A070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

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

R = 24.65%
G = 44.32%
B = 31.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#59A070 (or 0x59A070) is known color: Ocean Green. HEX triplet: 59, A0 and 70. RGB value is (89,160,112). Sum of RGB (Red+Green+Blue) = 89+160+112=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #59A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A070 is #A65F8F. Grayscale: #858585. Windows color (decimal): -10903440 or 7381081. OLE color: 7381081.

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

Color convert

RGB 89 160 112 -
CMYK 0.44 0 0.30 0.37
HSL 139.44º 0.29% 0.49% -
HSV(B) 139.44º 0.44% 0.63% -
XYZ 19.62 28.44 19.78 -
YUV 133.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 89 160 112 0.44 0 0.30 0.37 139.44 0.29 0.49
Hex 59 A0 70 2C 0 1E 25 8B 1D 31
Octal 131 240 160 54 0 36 45 213 35 61
Binary 1011001 10100000 1110000 101100 0 11110 100101 10001011 11101 110001

Color Harmonies of #59A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A070

Black with #59A070

Text Example


Text Example

White with #59A070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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