Shades of Medium Aquamarine #64DBAC
Tints of Medium Aquamarine #64DBAC
RGB
CMYK
RGB Variations
Color information
#64DBAC (or 0x64DBAC) is known color: Medium Aquamarine. HEX triplet: 64, DB and AC. RGB value is (100,219,172). Sum of RGB (Red+Green+Blue) = 100+219+172=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DBAC is #9B2453. Grayscale: #B2B2B2. Windows color (decimal): -10167380 or 11328356. OLE color: 11328356.
HSL color Cylindrical-coordinate representation of color #64DBAC: hue angle of 156.3º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DBAC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 172 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.14 |
| HSL | 156.3º | 0.62% | 0.63% | - |
| HSV(B) | 156.3º | 0.54% | 0.86% | - |
| XYZ | 38.03 | 56.35 | 47.9 | - |
| YUV | 178.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 172 | 0.54 | 0 | 0.21 | 0.14 | 156.3 | 0.62 | 0.63 |
| Hex | 64 | DB | AC | 36 | 0 | 15 | E | 9C | 3E | 3F |
| Octal | 144 | 333 | 254 | 66 | 0 | 25 | 16 | 234 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10101100 | 110110 | 0 | 10101 | 1110 | 10011100 | 111110 | 111111 |
Color Harmonies of #64DBAC
Complementary color
Monochromatic Colors of #64DBAC
Black with #64DBAC
Text Example
Text Example
White with #64DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBAC; }
p { color: rgb(100,219,172); }
H1.HeaderClassName
{
color: #64DBAC;
}
.AnyTagClassName
{
color: #64DBAC;
}
</style>
background-color css
<style>
a { background-color: #64DBAC; }
a { background-color: rgb(100,219,172); }
div.DivClassName
{
background-color: #64DBAC;
}
.BgClassName
{
background-color: #64DBAC;
}
</style>
border-color css
<style>
span { border-color: #64DBAC; }
span { border-color: rgb(100,219,172); }
td.TdClassName
{
border-color: #64DBAC;
}
.TagClassName
{
border-color: #64DBAC;
}
</style>