Html Css Color HEX #59AA7F Ocean Green

📋 copy color: '#59AA7F'

red 89 ◦ green 170 ◦ blue 127

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

Shades of Ocean Green #59AA7F

Tints of Ocean Green #59AA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 23.06%
G = 44.04%
B = 32.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#59AA7F (or 0x59AA7F) is known color: Ocean Green. HEX triplet: 59, AA and 7F. RGB value is (89,170,127). Sum of RGB (Red+Green+Blue) = 89+170+127=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA7F is #A65580. Grayscale: #8C8C8C. Windows color (decimal): -10900865 or 8366681. OLE color: 8366681.

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

Color convert

RGB 89 170 127 -
CMYK 0.48 0 0.25 0.33
HSL 148.15º 0.32% 0.51% -
HSV(B) 148.15º 0.48% 0.67% -
XYZ 22.33 32.41 25.16 -
YUV 140.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 89 170 127 0.48 0 0.25 0.33 148.15 0.32 0.51
Hex 59 AA 7F 30 0 19 21 94 20 33
Octal 131 252 177 60 0 31 41 224 40 63
Binary 1011001 10101010 1111111 110000 0 11001 100001 10010100 100000 110011

Color Harmonies of #59AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AA7F

Black with #59AA7F

Text Example


Text Example

White with #59AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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