Shades of Medium Aquamarine #64CCAD
Tints of Medium Aquamarine #64CCAD
RGB
CMYK
RGB Variations
Color information
#64CCAD (or 0x64CCAD) is known color: Medium Aquamarine. HEX triplet: 64, CC and AD. RGB value is (100,204,173). Sum of RGB (Red+Green+Blue) = 100+204+173=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCAD is #9B3352. Grayscale: #A9A9A9. Windows color (decimal): -10171219 or 11390052. OLE color: 11390052.
HSL color Cylindrical-coordinate representation of color #64CCAD: hue angle of 162.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCAD is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 173 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.2 |
| HSL | 162.12º | 0.5% | 0.6% | - |
| HSV(B) | 162.12º | 0.51% | 0.8% | - |
| XYZ | 34.39 | 48.91 | 47.16 | - |
| YUV | 169.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 173 | 0.51 | 0 | 0.15 | 0.2 | 162.12 | 0.5 | 0.6 |
| Hex | 64 | CC | AD | 33 | 0 | F | 14 | A2 | 32 | 3C |
| Octal | 144 | 314 | 255 | 63 | 0 | 17 | 24 | 242 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10101101 | 110011 | 0 | 1111 | 10100 | 10100010 | 110010 | 111100 |
Color Harmonies of #64CCAD
Complementary color
Monochromatic Colors of #64CCAD
Black with #64CCAD
Text Example
Text Example
White with #64CCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCAD; }
p { color: rgb(100,204,173); }
H1.HeaderClassName
{
color: #64CCAD;
}
.AnyTagClassName
{
color: #64CCAD;
}
</style>
background-color css
<style>
a { background-color: #64CCAD; }
a { background-color: rgb(100,204,173); }
div.DivClassName
{
background-color: #64CCAD;
}
.BgClassName
{
background-color: #64CCAD;
}
</style>
border-color css
<style>
span { border-color: #64CCAD; }
span { border-color: rgb(100,204,173); }
td.TdClassName
{
border-color: #64CCAD;
}
.TagClassName
{
border-color: #64CCAD;
}
</style>