Html Css Color HEX #59A381 Ocean Green

📋 copy color: '#59A381'

red 89 ◦ green 163 ◦ blue 129

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

Shades of Ocean Green #59A381

Tints of Ocean Green #59A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

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

R = 23.36%
G = 42.78%
B = 33.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#59A381 (or 0x59A381) is known color: Ocean Green. HEX triplet: 59, A3 and 81. RGB value is (89,163,129). Sum of RGB (Red+Green+Blue) = 89+163+129=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #59A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A381 is #A65C7E. Grayscale: #898989. Windows color (decimal): -10902655 or 8495961. OLE color: 8495961.

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

Color convert

RGB 89 163 129 -
CMYK 0.45 0 0.21 0.36
HSL 152.43º 0.29% 0.49% -
HSV(B) 152.43º 0.45% 0.64% -
XYZ 21.18 29.9 25.42 -
YUV 137 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 89 163 129 0.45 0 0.21 0.36 152.43 0.29 0.49
Hex 59 A3 81 2D 0 15 24 98 1D 31
Octal 131 243 201 55 0 25 44 230 35 61
Binary 1011001 10100011 10000001 101101 0 10101 100100 10011000 11101 110001

Color Harmonies of #59A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A381

Black with #59A381

Text Example


Text Example

White with #59A381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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