Shades of Medium Aquamarine #64DB9F
Tints of Medium Aquamarine #64DB9F
RGB
CMYK
RGB Variations
Color information
#64DB9F (or 0x64DB9F) is known color: Medium Aquamarine. HEX triplet: 64, DB and 9F. RGB value is (100,219,159). Sum of RGB (Red+Green+Blue) = 100+219+159=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB9F is #9B2460. Grayscale: #B0B0B0. Windows color (decimal): -10167393 or 10476388. OLE color: 10476388.
HSL color Cylindrical-coordinate representation of color #64DB9F: hue angle of 149.75º 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 #64DB9F is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 159 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.14 |
| HSL | 149.75º | 0.62% | 0.63% | - |
| HSV(B) | 149.75º | 0.54% | 0.86% | - |
| XYZ | 36.85 | 55.88 | 41.64 | - |
| YUV | 176.58 | 118.08 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 159 | 0.54 | 0 | 0.27 | 0.14 | 149.75 | 0.62 | 0.63 |
| Hex | 64 | DB | 9F | 36 | 0 | 1B | E | 96 | 3E | 3F |
| Octal | 144 | 333 | 237 | 66 | 0 | 33 | 16 | 226 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10011111 | 110110 | 0 | 11011 | 1110 | 10010110 | 111110 | 111111 |
Color Harmonies of #64DB9F
Complementary color
Monochromatic Colors of #64DB9F
Black with #64DB9F
Text Example
Text Example
White with #64DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB9F; }
p { color: rgb(100,219,159); }
H1.HeaderClassName
{
color: #64DB9F;
}
.AnyTagClassName
{
color: #64DB9F;
}
</style>
background-color css
<style>
a { background-color: #64DB9F; }
a { background-color: rgb(100,219,159); }
div.DivClassName
{
background-color: #64DB9F;
}
.BgClassName
{
background-color: #64DB9F;
}
</style>
border-color css
<style>
span { border-color: #64DB9F; }
span { border-color: rgb(100,219,159); }
td.TdClassName
{
border-color: #64DB9F;
}
.TagClassName
{
border-color: #64DB9F;
}
</style>