Html Css Color HEX #59AF80 Ocean Green

📋 copy color: '#59AF80'

red 89 ◦ green 175 ◦ blue 128

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

Shades of Ocean Green #59AF80

Tints of Ocean Green #59AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.64%

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

R = 22.7%
G = 44.64%
B = 32.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#59AF80 (or 0x59AF80) is known color: Ocean Green. HEX triplet: 59, AF and 80. RGB value is (89,175,128). Sum of RGB (Red+Green+Blue) = 89+175+128=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AF80 is #A6507F. Grayscale: #909090. Windows color (decimal): -10899584 or 8433497. OLE color: 8433497.

HSL color Cylindrical-coordinate representation of color #59AF80: hue angle of 147.21º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AF80 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 175 128 -
CMYK 0.49 0 0.27 0.31
HSL 147.21º 0.35% 0.52% -
HSV(B) 147.21º 0.49% 0.69% -
XYZ 23.35 34.34 25.82 -
YUV 143.93 119.01 88.82 -
System Red Green Blue C M Y K H S L
Decimal 89 175 128 0.49 0 0.27 0.31 147.21 0.35 0.52
Hex 59 AF 80 31 0 1B 1F 93 23 34
Octal 131 257 200 61 0 33 37 223 43 64
Binary 1011001 10101111 10000000 110001 0 11011 11111 10010011 100011 110100

Color Harmonies of #59AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AF80

Black with #59AF80

Text Example


Text Example

White with #59AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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