Shades of Medium Aquamarine #64DBAF
Tints of Medium Aquamarine #64DBAF
RGB
CMYK
RGB Variations
Color information
#64DBAF (or 0x64DBAF) is known color: Medium Aquamarine. HEX triplet: 64, DB and AF. RGB value is (100,219,175). Sum of RGB (Red+Green+Blue) = 100+219+175=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DBAF is #9B2450. Grayscale: #B2B2B2. Windows color (decimal): -10167377 or 11524964. OLE color: 11524964.
HSL color Cylindrical-coordinate representation of color #64DBAF: hue angle of 157.82º 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 #64DBAF is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 175 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.14 |
| HSL | 157.82º | 0.62% | 0.63% | - |
| HSV(B) | 157.82º | 0.54% | 0.86% | - |
| XYZ | 38.32 | 56.47 | 49.44 | - |
| YUV | 178.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 175 | 0.54 | 0 | 0.20 | 0.14 | 157.82 | 0.62 | 0.63 |
| Hex | 64 | DB | AF | 36 | 0 | 14 | E | 9E | 3E | 3F |
| Octal | 144 | 333 | 257 | 66 | 0 | 24 | 16 | 236 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10101111 | 110110 | 0 | 10100 | 1110 | 10011110 | 111110 | 111111 |
Color Harmonies of #64DBAF
Complementary color
Monochromatic Colors of #64DBAF
Black with #64DBAF
Text Example
Text Example
White with #64DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBAF; }
p { color: rgb(100,219,175); }
H1.HeaderClassName
{
color: #64DBAF;
}
.AnyTagClassName
{
color: #64DBAF;
}
</style>
background-color css
<style>
a { background-color: #64DBAF; }
a { background-color: rgb(100,219,175); }
div.DivClassName
{
background-color: #64DBAF;
}
.BgClassName
{
background-color: #64DBAF;
}
</style>
border-color css
<style>
span { border-color: #64DBAF; }
span { border-color: rgb(100,219,175); }
td.TdClassName
{
border-color: #64DBAF;
}
.TagClassName
{
border-color: #64DBAF;
}
</style>