Html Css Color HEX #59AF84 Ocean Green

📋 copy color: '#59AF84'

red 89 ◦ green 175 ◦ blue 132

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

Shades of Ocean Green #59AF84

Tints of Ocean Green #59AF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 22.47%
G = 44.19%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#59AF84 (or 0x59AF84) is known color: Ocean Green. HEX triplet: 59, AF and 84. RGB value is (89,175,132). Sum of RGB (Red+Green+Blue) = 89+175+132=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AF84 is #A6507B. Grayscale: #909090. Windows color (decimal): -10899580 or 8695641. OLE color: 8695641.

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

Color convert

RGB 89 175 132 -
CMYK 0.49 0 0.25 0.31
HSL 150º 0.35% 0.52% -
HSV(B) 150º 0.49% 0.69% -
XYZ 23.61 34.45 27.23 -
YUV 144.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 89 175 132 0.49 0 0.25 0.31 150 0.35 0.52
Hex 59 AF 84 31 0 19 1F 96 23 34
Octal 131 257 204 61 0 31 37 226 43 64
Binary 1011001 10101111 10000100 110001 0 11001 11111 10010110 100011 110100

Color Harmonies of #59AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AF84

Black with #59AF84

Text Example


Text Example

White with #59AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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