Html Css Color HEX #59CCA0 Medium Aquamarine

📋 copy color: '#59CCA0'

red 89 ◦ green 204 ◦ blue 160

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

Shades of Medium Aquamarine #59CCA0

Tints of Medium Aquamarine #59CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

 BLUE value IS 160 (62.89% from 255) = 35.32%

R = 19.65%
G = 45.03%
B = 35.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#59CCA0 (or 0x59CCA0) is known color: Medium Aquamarine. HEX triplet: 59, CC and A0. RGB value is (89,204,160). Sum of RGB (Red+Green+Blue) = 89+204+160=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CCA0 is #A6335F. Grayscale: #A4A4A4. Windows color (decimal): -10892128 or 10538073. OLE color: 10538073.

HSL color Cylindrical-coordinate representation of color #59CCA0: hue angle of 157.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCA0 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 204 160 -
CMYK 0.56 0 0.22 0.2
HSL 157.04º 0.53% 0.57% -
HSV(B) 157.04º 0.56% 0.8% -
XYZ 32.06 47.85 40.8 -
YUV 164.6 125.4 74.08 -
System Red Green Blue C M Y K H S L
Decimal 89 204 160 0.56 0 0.22 0.2 157.04 0.53 0.57
Hex 59 CC A0 38 0 16 14 9D 35 39
Octal 131 314 240 70 0 26 24 235 65 71
Binary 1011001 11001100 10100000 111000 0 10110 10100 10011101 110101 111001

Color Harmonies of #59CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCA0

Black with #59CCA0

Text Example


Text Example

White with #59CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,204,160); }

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

background-color css

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

 a { background-color: rgb(89,204,160); }

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

border-color css

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

 span { border-color: rgb(89,204,160); }

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