Html Css Color HEX #59AF74 Ocean Green

📋 copy color: '#59AF74'

red 89 ◦ green 175 ◦ blue 116

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

Shades of Ocean Green #59AF74

Tints of Ocean Green #59AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 23.42%
G = 46.05%
B = 30.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#59AF74 (or 0x59AF74) is known color: Ocean Green. HEX triplet: 59, AF and 74. RGB value is (89,175,116). Sum of RGB (Red+Green+Blue) = 89+175+116=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF74 is #A6508B. Grayscale: #8E8E8E. Windows color (decimal): -10899596 or 7647065. OLE color: 7647065.

HSL color Cylindrical-coordinate representation of color #59AF74: hue angle of 138.84º 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 #59AF74 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 175 116 -
CMYK 0.49 0 0.34 0.31
HSL 138.84º 0.35% 0.52% -
HSV(B) 138.84º 0.49% 0.69% -
XYZ 22.6 34.04 21.9 -
YUV 142.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 89 175 116 0.49 0 0.34 0.31 138.84 0.35 0.52
Hex 59 AF 74 31 0 22 1F 8B 23 34
Octal 131 257 164 61 0 42 37 213 43 64
Binary 1011001 10101111 1110100 110001 0 100010 11111 10001011 100011 110100

Color Harmonies of #59AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AF74

Black with #59AF74

Text Example


Text Example

White with #59AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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