Shades of Medium Aquamarine #64D8B2
Tints of Medium Aquamarine #64D8B2
RGB
CMYK
RGB Variations
Color information
#64D8B2 (or 0x64D8B2) is known color: Medium Aquamarine. HEX triplet: 64, D8 and B2. RGB value is (100,216,178). Sum of RGB (Red+Green+Blue) = 100+216+178=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D8B2 is #9B274D. Grayscale: #B1B1B1. Windows color (decimal): -10168142 or 11720804. OLE color: 11720804.
HSL color Cylindrical-coordinate representation of color #64D8B2: hue angle of 160.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D8B2 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 178 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.15 |
| HSL | 160.34º | 0.6% | 0.62% | - |
| HSV(B) | 160.34º | 0.54% | 0.85% | - |
| XYZ | 37.85 | 55.04 | 50.75 | - |
| YUV | 176.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 178 | 0.54 | 0 | 0.18 | 0.15 | 160.34 | 0.6 | 0.62 |
| Hex | 64 | D8 | B2 | 36 | 0 | 12 | F | A0 | 3C | 3E |
| Octal | 144 | 330 | 262 | 66 | 0 | 22 | 17 | 240 | 74 | 76 |
| Binary | 1100100 | 11011000 | 10110010 | 110110 | 0 | 10010 | 1111 | 10100000 | 111100 | 111110 |
Color Harmonies of #64D8B2
Complementary color
Monochromatic Colors of #64D8B2
Black with #64D8B2
Text Example
Text Example
White with #64D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D8B2; }
p { color: rgb(100,216,178); }
H1.HeaderClassName
{
color: #64D8B2;
}
.AnyTagClassName
{
color: #64D8B2;
}
</style>
background-color css
<style>
a { background-color: #64D8B2; }
a { background-color: rgb(100,216,178); }
div.DivClassName
{
background-color: #64D8B2;
}
.BgClassName
{
background-color: #64D8B2;
}
</style>
border-color css
<style>
span { border-color: #64D8B2; }
span { border-color: rgb(100,216,178); }
td.TdClassName
{
border-color: #64D8B2;
}
.TagClassName
{
border-color: #64D8B2;
}
</style>