Shades of Medium Aquamarine #64DB9C
Tints of Medium Aquamarine #64DB9C
RGB
CMYK
RGB Variations
Color information
#64DB9C (or 0x64DB9C) is known color: Medium Aquamarine. HEX triplet: 64, DB and 9C. RGB value is (100,219,156). Sum of RGB (Red+Green+Blue) = 100+219+156=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB9C is #9B2463. Grayscale: #B0B0B0. Windows color (decimal): -10167396 or 10279780. OLE color: 10279780.
HSL color Cylindrical-coordinate representation of color #64DB9C: hue angle of 148.24º 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 #64DB9C is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 156 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.14 |
| HSL | 148.24º | 0.62% | 0.63% | - |
| HSV(B) | 148.24º | 0.54% | 0.86% | - |
| XYZ | 36.59 | 55.77 | 40.29 | - |
| YUV | 176.24 | 116.58 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 156 | 0.54 | 0 | 0.29 | 0.14 | 148.24 | 0.62 | 0.63 |
| Hex | 64 | DB | 9C | 36 | 0 | 1D | E | 94 | 3E | 3F |
| Octal | 144 | 333 | 234 | 66 | 0 | 35 | 16 | 224 | 76 | 77 |
| Binary | 1100100 | 11011011 | 10011100 | 110110 | 0 | 11101 | 1110 | 10010100 | 111110 | 111111 |
Color Harmonies of #64DB9C
Complementary color
Monochromatic Colors of #64DB9C
Black with #64DB9C
Text Example
Text Example
White with #64DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB9C; }
p { color: rgb(100,219,156); }
H1.HeaderClassName
{
color: #64DB9C;
}
.AnyTagClassName
{
color: #64DB9C;
}
</style>
background-color css
<style>
a { background-color: #64DB9C; }
a { background-color: rgb(100,219,156); }
div.DivClassName
{
background-color: #64DB9C;
}
.BgClassName
{
background-color: #64DB9C;
}
</style>
border-color css
<style>
span { border-color: #64DB9C; }
span { border-color: rgb(100,219,156); }
td.TdClassName
{
border-color: #64DB9C;
}
.TagClassName
{
border-color: #64DB9C;
}
</style>