Html Css Color HEX #59AA82 Ocean Green

📋 copy color: '#59AA82'

red 89 ◦ green 170 ◦ blue 130

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

Shades of Ocean Green #59AA82

Tints of Ocean Green #59AA82

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 22.88%
G = 43.7%
B = 33.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#59AA82 (or 0x59AA82) is known color: Ocean Green. HEX triplet: 59, AA and 82. RGB value is (89,170,130). Sum of RGB (Red+Green+Blue) = 89+170+130=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA82 is #A6557D. Grayscale: #8D8D8D. Windows color (decimal): -10900862 or 8563289. OLE color: 8563289.

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

Color convert

RGB 89 170 130 -
CMYK 0.48 0 0.24 0.33
HSL 150.37º 0.32% 0.51% -
HSV(B) 150.37º 0.48% 0.67% -
XYZ 22.52 32.49 26.2 -
YUV 141.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 89 170 130 0.48 0 0.24 0.33 150.37 0.32 0.51
Hex 59 AA 82 30 0 18 21 96 20 33
Octal 131 252 202 60 0 30 41 226 40 63
Binary 1011001 10101010 10000010 110000 0 11000 100001 10010110 100000 110011

Color Harmonies of #59AA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AA82

Black with #59AA82

Text Example


Text Example

White with #59AA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,170,130); }

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

background-color css

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

 a { background-color: rgb(89,170,130); }

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

border-color css

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

 span { border-color: rgb(89,170,130); }

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