Html Css Color HEX #59AA85 Ocean Green

📋 copy color: '#59AA85'

red 89 ◦ green 170 ◦ blue 133

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

Shades of Ocean Green #59AA85

Tints of Ocean Green #59AA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 22.7%
G = 43.37%
B = 33.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#59AA85 (or 0x59AA85) is known color: Ocean Green. HEX triplet: 59, AA and 85. RGB value is (89,170,133). Sum of RGB (Red+Green+Blue) = 89+170+133=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA85 is #A6557A. Grayscale: #8D8D8D. Windows color (decimal): -10900859 or 8759897. OLE color: 8759897.

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

Color convert

RGB 89 170 133 -
CMYK 0.48 0 0.22 0.33
HSL 152.59º 0.32% 0.51% -
HSV(B) 152.59º 0.48% 0.67% -
XYZ 22.73 32.57 27.28 -
YUV 141.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 89 170 133 0.48 0 0.22 0.33 152.59 0.32 0.51
Hex 59 AA 85 30 0 16 21 99 20 33
Octal 131 252 205 60 0 26 41 231 40 63
Binary 1011001 10101010 10000101 110000 0 10110 100001 10011001 100000 110011

Color Harmonies of #59AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AA85

Black with #59AA85

Text Example


Text Example

White with #59AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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