Html Css Color HEX #59DBA0 Medium Aquamarine

📋 copy color: '#59DBA0'

red 89 ◦ green 219 ◦ blue 160

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

Shades of Medium Aquamarine #59DBA0

Tints of Medium Aquamarine #59DBA0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.79%

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

R = 19.02%
G = 46.79%
B = 34.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#59DBA0 (or 0x59DBA0) is known color: Medium Aquamarine. HEX triplet: 59, DB and A0. RGB value is (89,219,160). Sum of RGB (Red+Green+Blue) = 89+219+160=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DBA0 is #A6245F. Grayscale: #ADADAD. Windows color (decimal): -10888288 or 10541913. OLE color: 10541913.

HSL color Cylindrical-coordinate representation of color #59DBA0: hue angle of 152.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DBA0 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 219 160 -
CMYK 0.59 0 0.27 0.14
HSL 152.77º 0.64% 0.6% -
HSV(B) 152.77º 0.59% 0.86% -
XYZ 35.8 55.32 42.05 -
YUV 173.4 120.43 67.8 -
System Red Green Blue C M Y K H S L
Decimal 89 219 160 0.59 0 0.27 0.14 152.77 0.64 0.6
Hex 59 DB A0 3B 0 1B E 99 40 3C
Octal 131 333 240 73 0 33 16 231 100 74
Binary 1011001 11011011 10100000 111011 0 11011 1110 10011001 1000000 111100

Color Harmonies of #59DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DBA0

Black with #59DBA0

Text Example


Text Example

White with #59DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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