Shades of Medium Aquamarine #64DDAC
Tints of Medium Aquamarine #64DDAC
RGB
CMYK
RGB Variations
Color information
#64DDAC (or 0x64DDAC) is known color: Medium Aquamarine. HEX triplet: 64, DD and AC. RGB value is (100,221,172). Sum of RGB (Red+Green+Blue) = 100+221+172=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DDAC is #9B2253. Grayscale: #B3B3B3. Windows color (decimal): -10166868 or 11328868. OLE color: 11328868.
HSL color Cylindrical-coordinate representation of color #64DDAC: hue angle of 155.7º degrees, saturation: 0.64, 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 #64DDAC is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 172 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.13 |
| HSL | 155.7º | 0.64% | 0.63% | - |
| HSV(B) | 155.7º | 0.55% | 0.87% | - |
| XYZ | 38.56 | 57.4 | 48.08 | - |
| YUV | 179.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 172 | 0.55 | 0 | 0.22 | 0.13 | 155.7 | 0.64 | 0.63 |
| Hex | 64 | DD | AC | 37 | 0 | 16 | D | 9C | 40 | 3F |
| Octal | 144 | 335 | 254 | 67 | 0 | 26 | 15 | 234 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10101100 | 110111 | 0 | 10110 | 1101 | 10011100 | 1000000 | 111111 |
Color Harmonies of #64DDAC
Complementary color
Monochromatic Colors of #64DDAC
Black with #64DDAC
Text Example
Text Example
White with #64DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDAC; }
p { color: rgb(100,221,172); }
H1.HeaderClassName
{
color: #64DDAC;
}
.AnyTagClassName
{
color: #64DDAC;
}
</style>
background-color css
<style>
a { background-color: #64DDAC; }
a { background-color: rgb(100,221,172); }
div.DivClassName
{
background-color: #64DDAC;
}
.BgClassName
{
background-color: #64DDAC;
}
</style>
border-color css
<style>
span { border-color: #64DDAC; }
span { border-color: rgb(100,221,172); }
td.TdClassName
{
border-color: #64DDAC;
}
.TagClassName
{
border-color: #64DDAC;
}
</style>