Html Css Color HEX #59A581 Ocean Green

📋 copy color: '#59A581'

red 89 ◦ green 165 ◦ blue 129

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

Shades of Ocean Green #59A581

Tints of Ocean Green #59A581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.08%

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

R = 23.24%
G = 43.08%
B = 33.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#59A581 (or 0x59A581) is known color: Ocean Green. HEX triplet: 59, A5 and 81. RGB value is (89,165,129). Sum of RGB (Red+Green+Blue) = 89+165+129=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #59A581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A581 is #A65A7E. Grayscale: #8A8A8A. Windows color (decimal): -10902143 or 8496473. OLE color: 8496473.

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

Color convert

RGB 89 165 129 -
CMYK 0.46 0 0.22 0.35
HSL 151.58º 0.3% 0.5% -
HSV(B) 151.58º 0.46% 0.65% -
XYZ 21.54 30.62 25.54 -
YUV 138.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 89 165 129 0.46 0 0.22 0.35 151.58 0.3 0.5
Hex 59 A5 81 2E 0 16 23 98 1E 32
Octal 131 245 201 56 0 26 43 230 36 62
Binary 1011001 10100101 10000001 101110 0 10110 100011 10011000 11110 110010

Color Harmonies of #59A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A581

Black with #59A581

Text Example


Text Example

White with #59A581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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