Shades of Medium Aquamarine #64CDA3
Tints of Medium Aquamarine #64CDA3
RGB
CMYK
RGB Variations
Color information
#64CDA3 (or 0x64CDA3) is known color: Medium Aquamarine. HEX triplet: 64, CD and A3. RGB value is (100,205,163). Sum of RGB (Red+Green+Blue) = 100+205+163=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #64CDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CDA3 is #9B325C. Grayscale: #A8A8A8. Windows color (decimal): -10170973 or 10734948. OLE color: 10734948.
HSL color Cylindrical-coordinate representation of color #64CDA3: hue angle of 156º degrees, saturation: 0.51, 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 #64CDA3 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 163 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.20 |
| HSL | 156º | 0.51% | 0.6% | - |
| HSV(B) | 156º | 0.51% | 0.8% | - |
| XYZ | 33.7 | 49.02 | 42.34 | - |
| YUV | 168.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 163 | 0.51 | 0 | 0.20 | 0.20 | 156 | 0.51 | 0.6 |
| Hex | 64 | CD | A3 | 33 | 0 | 14 | 14 | 9C | 33 | 3C |
| Octal | 144 | 315 | 243 | 63 | 0 | 24 | 24 | 234 | 63 | 74 |
| Binary | 1100100 | 11001101 | 10100011 | 110011 | 0 | 10100 | 10100 | 10011100 | 110011 | 111100 |
Color Harmonies of #64CDA3
Complementary color
Monochromatic Colors of #64CDA3
Black with #64CDA3
Text Example
Text Example
White with #64CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CDA3; }
p { color: rgb(100,205,163); }
H1.HeaderClassName
{
color: #64CDA3;
}
.AnyTagClassName
{
color: #64CDA3;
}
</style>
background-color css
<style>
a { background-color: #64CDA3; }
a { background-color: rgb(100,205,163); }
div.DivClassName
{
background-color: #64CDA3;
}
.BgClassName
{
background-color: #64CDA3;
}
</style>
border-color css
<style>
span { border-color: #64CDA3; }
span { border-color: rgb(100,205,163); }
td.TdClassName
{
border-color: #64CDA3;
}
.TagClassName
{
border-color: #64CDA3;
}
</style>