Shades of Medium Aquamarine #64DEAF
Tints of Medium Aquamarine #64DEAF
RGB
CMYK
RGB Variations
Color information
#64DEAF (or 0x64DEAF) is known color: Medium Aquamarine. HEX triplet: 64, DE and AF. RGB value is (100,222,175). Sum of RGB (Red+Green+Blue) = 100+222+175=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DEAF is #9B2150. Grayscale: #B4B4B4. Windows color (decimal): -10166609 or 11525732. OLE color: 11525732.
HSL color Cylindrical-coordinate representation of color #64DEAF: hue angle of 156.89º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEAF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 175 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.13 |
| HSL | 156.89º | 0.65% | 0.63% | - |
| HSV(B) | 156.89º | 0.55% | 0.87% | - |
| XYZ | 39.11 | 58.05 | 49.7 | - |
| YUV | 180.16 | 125.08 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 175 | 0.55 | 0 | 0.21 | 0.13 | 156.89 | 0.65 | 0.63 |
| Hex | 64 | DE | AF | 37 | 0 | 15 | D | 9D | 41 | 3F |
| Octal | 144 | 336 | 257 | 67 | 0 | 25 | 15 | 235 | 101 | 77 |
| Binary | 1100100 | 11011110 | 10101111 | 110111 | 0 | 10101 | 1101 | 10011101 | 1000001 | 111111 |
Color Harmonies of #64DEAF
Complementary color
Monochromatic Colors of #64DEAF
Black with #64DEAF
Text Example
Text Example
White with #64DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DEAF; }
p { color: rgb(100,222,175); }
H1.HeaderClassName
{
color: #64DEAF;
}
.AnyTagClassName
{
color: #64DEAF;
}
</style>
background-color css
<style>
a { background-color: #64DEAF; }
a { background-color: rgb(100,222,175); }
div.DivClassName
{
background-color: #64DEAF;
}
.BgClassName
{
background-color: #64DEAF;
}
</style>
border-color css
<style>
span { border-color: #64DEAF; }
span { border-color: rgb(100,222,175); }
td.TdClassName
{
border-color: #64DEAF;
}
.TagClassName
{
border-color: #64DEAF;
}
</style>