Html Css Color HEX #59AC80 Ocean Green

📋 copy color: '#59AC80'

red 89 ◦ green 172 ◦ blue 128

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

Shades of Ocean Green #59AC80

Tints of Ocean Green #59AC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 22.88%
G = 44.22%
B = 32.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#59AC80 (or 0x59AC80) is known color: Ocean Green. HEX triplet: 59, AC and 80. RGB value is (89,172,128). Sum of RGB (Red+Green+Blue) = 89+172+128=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC80 is #A6537F. Grayscale: #8E8E8E. Windows color (decimal): -10900352 or 8432729. OLE color: 8432729.

HSL color Cylindrical-coordinate representation of color #59AC80: hue angle of 148.19º 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 #59AC80 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 172 128 -
CMYK 0.48 0 0.26 0.33
HSL 148.19º 0.33% 0.51% -
HSV(B) 148.19º 0.48% 0.67% -
XYZ 22.77 33.19 25.63 -
YUV 142.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 89 172 128 0.48 0 0.26 0.33 148.19 0.33 0.51
Hex 59 AC 80 30 0 1A 21 94 21 33
Octal 131 254 200 60 0 32 41 224 41 63
Binary 1011001 10101100 10000000 110000 0 11010 100001 10010100 100001 110011

Color Harmonies of #59AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AC80

Black with #59AC80

Text Example


Text Example

White with #59AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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