Shades of Medium Aquamarine #64DCAC
Tints of Medium Aquamarine #64DCAC
RGB
CMYK
RGB Variations
Color information
#64DCAC (or 0x64DCAC) is known color: Medium Aquamarine. HEX triplet: 64, DC and AC. RGB value is (100,220,172). Sum of RGB (Red+Green+Blue) = 100+220+172=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DCAC is #9B2353. Grayscale: #B2B2B2. Windows color (decimal): -10167124 or 11328612. OLE color: 11328612.
HSL color Cylindrical-coordinate representation of color #64DCAC: hue angle of 156º 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 #64DCAC is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 172 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.14 |
| HSL | 156º | 0.63% | 0.63% | - |
| HSV(B) | 156º | 0.55% | 0.86% | - |
| XYZ | 38.3 | 56.87 | 47.99 | - |
| YUV | 178.65 | 124.24 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 172 | 0.55 | 0 | 0.22 | 0.14 | 156 | 0.63 | 0.63 |
| Hex | 64 | DC | AC | 37 | 0 | 16 | E | 9C | 3F | 3F |
| Octal | 144 | 334 | 254 | 67 | 0 | 26 | 16 | 234 | 77 | 77 |
| Binary | 1100100 | 11011100 | 10101100 | 110111 | 0 | 10110 | 1110 | 10011100 | 111111 | 111111 |
Color Harmonies of #64DCAC
Complementary color
Monochromatic Colors of #64DCAC
Black with #64DCAC
Text Example
Text Example
White with #64DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCAC; }
p { color: rgb(100,220,172); }
H1.HeaderClassName
{
color: #64DCAC;
}
.AnyTagClassName
{
color: #64DCAC;
}
</style>
background-color css
<style>
a { background-color: #64DCAC; }
a { background-color: rgb(100,220,172); }
div.DivClassName
{
background-color: #64DCAC;
}
.BgClassName
{
background-color: #64DCAC;
}
</style>
border-color css
<style>
span { border-color: #64DCAC; }
span { border-color: rgb(100,220,172); }
td.TdClassName
{
border-color: #64DCAC;
}
.TagClassName
{
border-color: #64DCAC;
}
</style>