Html Css Color HEX #59A481 Ocean Green

📋 copy color: '#59A481'

red 89 ◦ green 164 ◦ blue 129

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

Shades of Ocean Green #59A481

Tints of Ocean Green #59A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.93%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 23.3%
G = 42.93%
B = 33.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#59A481 (or 0x59A481) is known color: Ocean Green. HEX triplet: 59, A4 and 81. RGB value is (89,164,129). Sum of RGB (Red+Green+Blue) = 89+164+129=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #59A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A481 is #A65B7E. Grayscale: #898989. Windows color (decimal): -10902399 or 8496217. OLE color: 8496217.

HSL color Cylindrical-coordinate representation of color #59A481: hue angle of 152º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A481 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 164 129 -
CMYK 0.46 0 0.21 0.36
HSL 152º 0.3% 0.5% -
HSV(B) 152º 0.46% 0.64% -
XYZ 21.36 30.26 25.48 -
YUV 137.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 89 164 129 0.46 0 0.21 0.36 152 0.3 0.5
Hex 59 A4 81 2E 0 15 24 98 1E 32
Octal 131 244 201 56 0 25 44 230 36 62
Binary 1011001 10100100 10000001 101110 0 10101 100100 10011000 11110 110010

Color Harmonies of #59A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A481

Black with #59A481

Text Example


Text Example

White with #59A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,164,129); }

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

background-color css

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

 a { background-color: rgb(89,164,129); }

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

border-color css

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

 span { border-color: rgb(89,164,129); }

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