Html Css Color HEX #59A471 Ocean Green

📋 copy color: '#59A471'

red 89 ◦ green 164 ◦ blue 113

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

Shades of Ocean Green #59A471

Tints of Ocean Green #59A471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 24.32%
G = 44.81%
B = 30.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#59A471 (or 0x59A471) is known color: Ocean Green. HEX triplet: 59, A4 and 71. RGB value is (89,164,113). Sum of RGB (Red+Green+Blue) = 89+164+113=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #59A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A471 is #A65B8E. Grayscale: #878787. Windows color (decimal): -10902415 or 7447641. OLE color: 7447641.

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

Color convert

RGB 89 164 113 -
CMYK 0.46 0 0.31 0.36
HSL 139.2º 0.3% 0.5% -
HSV(B) 139.2º 0.46% 0.64% -
XYZ 20.38 29.87 20.31 -
YUV 135.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 89 164 113 0.46 0 0.31 0.36 139.2 0.3 0.5
Hex 59 A4 71 2E 0 1F 24 8B 1E 32
Octal 131 244 161 56 0 37 44 213 36 62
Binary 1011001 10100100 1110001 101110 0 11111 100100 10001011 11110 110010

Color Harmonies of #59A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A471

Black with #59A471

Text Example


Text Example

White with #59A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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