Shades of Medium Aquamarine #64D0A3
Tints of Medium Aquamarine #64D0A3
RGB
CMYK
RGB Variations
Color information
#64D0A3 (or 0x64D0A3) is known color: Medium Aquamarine. HEX triplet: 64, D0 and A3. RGB value is (100,208,163). Sum of RGB (Red+Green+Blue) = 100+208+163=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D0A3 is #9B2F5C. Grayscale: #AAAAAA. Windows color (decimal): -10170205 or 10735716. OLE color: 10735716.
HSL color Cylindrical-coordinate representation of color #64D0A3: hue angle of 155º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0A3 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 163 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.18 |
| HSL | 155º | 0.53% | 0.6% | - |
| HSV(B) | 155º | 0.52% | 0.82% | - |
| XYZ | 34.42 | 50.47 | 42.58 | - |
| YUV | 170.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 163 | 0.52 | 0 | 0.22 | 0.18 | 155 | 0.53 | 0.6 |
| Hex | 64 | D0 | A3 | 34 | 0 | 16 | 12 | 9B | 35 | 3C |
| Octal | 144 | 320 | 243 | 64 | 0 | 26 | 22 | 233 | 65 | 74 |
| Binary | 1100100 | 11010000 | 10100011 | 110100 | 0 | 10110 | 10010 | 10011011 | 110101 | 111100 |
Color Harmonies of #64D0A3
Complementary color
Monochromatic Colors of #64D0A3
Black with #64D0A3
Text Example
Text Example
White with #64D0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D0A3; }
p { color: rgb(100,208,163); }
H1.HeaderClassName
{
color: #64D0A3;
}
.AnyTagClassName
{
color: #64D0A3;
}
</style>
background-color css
<style>
a { background-color: #64D0A3; }
a { background-color: rgb(100,208,163); }
div.DivClassName
{
background-color: #64D0A3;
}
.BgClassName
{
background-color: #64D0A3;
}
</style>
border-color css
<style>
span { border-color: #64D0A3; }
span { border-color: rgb(100,208,163); }
td.TdClassName
{
border-color: #64D0A3;
}
.TagClassName
{
border-color: #64D0A3;
}
</style>