Shades of Medium Aquamarine #64DBAA
Tints of Medium Aquamarine #64DBAA
RGB
CMYK
RGB Variations
Color information
#64DBAA (or 0x64DBAA) is known color: Medium Aquamarine. HEX triplet: 64, DB and AA. RGB value is (100,219,170). Sum of RGB (Red+Green+Blue) = 100+219+170=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DBAA is #9B2455. Grayscale: #B1B1B1. Windows color (decimal): -10167382 or 11197284. OLE color: 11197284.
HSL color Cylindrical-coordinate representation of color #64DBAA: hue angle of 155.29º 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 #64DBAA is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 170 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.14 |
| HSL | 155.29º | 0.62% | 0.63% | - |
| HSV(B) | 155.29º | 0.54% | 0.86% | - |
| XYZ | 37.84 | 56.27 | 46.9 | - |
| YUV | 177.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 170 | 0.54 | 0 | 0.22 | 0.14 | 155.29 | 0.62 | 0.63 |
| Hex | 64 | DB | AA | 36 | 0 | 16 | E | 9B | 3E | 3F |
| Octal | 144 | 333 | 252 | 66 | 0 | 26 | 16 | 233 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10101010 | 110110 | 0 | 10110 | 1110 | 10011011 | 111110 | 111111 |
Color Harmonies of #64DBAA
Complementary color
Monochromatic Colors of #64DBAA
Black with #64DBAA
Text Example
Text Example
White with #64DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBAA; }
p { color: rgb(100,219,170); }
H1.HeaderClassName
{
color: #64DBAA;
}
.AnyTagClassName
{
color: #64DBAA;
}
</style>
background-color css
<style>
a { background-color: #64DBAA; }
a { background-color: rgb(100,219,170); }
div.DivClassName
{
background-color: #64DBAA;
}
.BgClassName
{
background-color: #64DBAA;
}
</style>
border-color css
<style>
span { border-color: #64DBAA; }
span { border-color: rgb(100,219,170); }
td.TdClassName
{
border-color: #64DBAA;
}
.TagClassName
{
border-color: #64DBAA;
}
</style>