Shades of Medium Aquamarine #64DCAA
Tints of Medium Aquamarine #64DCAA
RGB
CMYK
RGB Variations
Color information
#64DCAA (or 0x64DCAA) is known color: Medium Aquamarine. HEX triplet: 64, DC and AA. RGB value is (100,220,170). Sum of RGB (Red+Green+Blue) = 100+220+170=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DCAA is #9B2355. Grayscale: #B2B2B2. Windows color (decimal): -10167126 or 11197540. OLE color: 11197540.
HSL color Cylindrical-coordinate representation of color #64DCAA: hue angle of 155º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCAA is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 170 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.14 |
| HSL | 155º | 0.63% | 0.63% | - |
| HSV(B) | 155º | 0.55% | 0.86% | - |
| XYZ | 38.1 | 56.8 | 46.99 | - |
| YUV | 178.42 | 123.24 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 170 | 0.55 | 0 | 0.23 | 0.14 | 155 | 0.63 | 0.63 |
| Hex | 64 | DC | AA | 37 | 0 | 17 | E | 9B | 3F | 3F |
| Octal | 144 | 334 | 252 | 67 | 0 | 27 | 16 | 233 | 77 | 77 |
| Binary | 1100100 | 11011100 | 10101010 | 110111 | 0 | 10111 | 1110 | 10011011 | 111111 | 111111 |
Color Harmonies of #64DCAA
Complementary color
Monochromatic Colors of #64DCAA
Black with #64DCAA
Text Example
Text Example
White with #64DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCAA; }
p { color: rgb(100,220,170); }
H1.HeaderClassName
{
color: #64DCAA;
}
.AnyTagClassName
{
color: #64DCAA;
}
</style>
background-color css
<style>
a { background-color: #64DCAA; }
a { background-color: rgb(100,220,170); }
div.DivClassName
{
background-color: #64DCAA;
}
.BgClassName
{
background-color: #64DCAA;
}
</style>
border-color css
<style>
span { border-color: #64DCAA; }
span { border-color: rgb(100,220,170); }
td.TdClassName
{
border-color: #64DCAA;
}
.TagClassName
{
border-color: #64DCAA;
}
</style>