Html Css Color HEX #59A872 Ocean Green

📋 copy color: '#59A872'

red 89 ◦ green 168 ◦ blue 114

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

Shades of Ocean Green #59A872

Tints of Ocean Green #59A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.28%

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

R = 23.99%
G = 45.28%
B = 30.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#59A872 (or 0x59A872) is known color: Ocean Green. HEX triplet: 59, A8 and 72. RGB value is (89,168,114). Sum of RGB (Red+Green+Blue) = 89+168+114=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #59A872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A872 is #A6578D. Grayscale: #8A8A8A. Windows color (decimal): -10901390 or 7514201. OLE color: 7514201.

HSL color Cylindrical-coordinate representation of color #59A872: hue angle of 138.99º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A872 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 168 114 -
CMYK 0.47 0 0.32 0.34
HSL 138.99º 0.31% 0.5% -
HSV(B) 138.99º 0.47% 0.66% -
XYZ 21.16 31.34 20.85 -
YUV 138.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 89 168 114 0.47 0 0.32 0.34 138.99 0.31 0.5
Hex 59 A8 72 2F 0 20 22 8B 1F 32
Octal 131 250 162 57 0 40 42 213 37 62
Binary 1011001 10101000 1110010 101111 0 100000 100010 10001011 11111 110010

Color Harmonies of #59A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A872

Black with #59A872

Text Example


Text Example

White with #59A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,168,114); }

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

background-color css

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

 a { background-color: rgb(89,168,114); }

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

border-color css

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

 span { border-color: rgb(89,168,114); }

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