Shades of Medium Aquamarine #64DDAE
Tints of Medium Aquamarine #64DDAE
RGB
CMYK
RGB Variations
Color information
#64DDAE (or 0x64DDAE) is known color: Medium Aquamarine. HEX triplet: 64, DD and AE. RGB value is (100,221,174). Sum of RGB (Red+Green+Blue) = 100+221+174=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DDAE is #9B2251. Grayscale: #B3B3B3. Windows color (decimal): -10166866 or 11459940. OLE color: 11459940.
HSL color Cylindrical-coordinate representation of color #64DDAE: hue angle of 156.69º 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 #64DDAE is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 174 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.13 |
| HSL | 156.69º | 0.64% | 0.63% | - |
| HSV(B) | 156.69º | 0.55% | 0.87% | - |
| XYZ | 38.75 | 57.48 | 49.1 | - |
| YUV | 179.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 174 | 0.55 | 0 | 0.21 | 0.13 | 156.69 | 0.64 | 0.63 |
| Hex | 64 | DD | AE | 37 | 0 | 15 | D | 9D | 40 | 3F |
| Octal | 144 | 335 | 256 | 67 | 0 | 25 | 15 | 235 | 100 | 77 |
| Binary | 1100100 | 11011101 | 10101110 | 110111 | 0 | 10101 | 1101 | 10011101 | 1000000 | 111111 |
Color Harmonies of #64DDAE
Complementary color
Monochromatic Colors of #64DDAE
Black with #64DDAE
Text Example
Text Example
White with #64DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDAE; }
p { color: rgb(100,221,174); }
H1.HeaderClassName
{
color: #64DDAE;
}
.AnyTagClassName
{
color: #64DDAE;
}
</style>
background-color css
<style>
a { background-color: #64DDAE; }
a { background-color: rgb(100,221,174); }
div.DivClassName
{
background-color: #64DDAE;
}
.BgClassName
{
background-color: #64DDAE;
}
</style>
border-color css
<style>
span { border-color: #64DDAE; }
span { border-color: rgb(100,221,174); }
td.TdClassName
{
border-color: #64DDAE;
}
.TagClassName
{
border-color: #64DDAE;
}
</style>