Html Css Color HEX #59AC70 Ocean Green

📋 copy color: '#59AC70'

red 89 ◦ green 172 ◦ blue 112

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

Shades of Ocean Green #59AC70

Tints of Ocean Green #59AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

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

R = 23.86%
G = 46.11%
B = 30.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#59AC70 (or 0x59AC70) is known color: Ocean Green. HEX triplet: 59, AC and 70. RGB value is (89,172,112). Sum of RGB (Red+Green+Blue) = 89+172+112=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AC70 is #A6538F. Grayscale: #8C8C8C. Windows color (decimal): -10900368 or 7384153. OLE color: 7384153.

HSL color Cylindrical-coordinate representation of color #59AC70: hue angle of 136.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AC70 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 172 112 -
CMYK 0.48 0 0.35 0.33
HSL 136.63º 0.33% 0.51% -
HSV(B) 136.63º 0.48% 0.67% -
XYZ 21.8 32.8 20.51 -
YUV 140.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 89 172 112 0.48 0 0.35 0.33 136.63 0.33 0.51
Hex 59 AC 70 30 0 23 21 89 21 33
Octal 131 254 160 60 0 43 41 211 41 63
Binary 1011001 10101100 1110000 110000 0 100011 100001 10001001 100001 110011

Color Harmonies of #59AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AC70

Black with #59AC70

Text Example


Text Example

White with #59AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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