Shades of Medium Aquamarine #64C3A8
Tints of Medium Aquamarine #64C3A8
RGB
CMYK
RGB Variations
Color information
#64C3A8 (or 0x64C3A8) is known color: Medium Aquamarine. HEX triplet: 64, C3 and A8. RGB value is (100,195,168). Sum of RGB (Red+Green+Blue) = 100+195+168=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C3A8 is #9B3C57. Grayscale: #A3A3A3. Windows color (decimal): -10173528 or 11060068. OLE color: 11060068.
HSL color Cylindrical-coordinate representation of color #64C3A8: hue angle of 162.95º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C3A8 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 168 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.24 |
| HSL | 162.95º | 0.44% | 0.58% | - |
| HSV(B) | 162.95º | 0.49% | 0.76% | - |
| XYZ | 31.84 | 44.57 | 43.97 | - |
| YUV | 163.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 168 | 0.49 | 0 | 0.14 | 0.24 | 162.95 | 0.44 | 0.58 |
| Hex | 64 | C3 | A8 | 31 | 0 | E | 18 | A3 | 2C | 3A |
| Octal | 144 | 303 | 250 | 61 | 0 | 16 | 30 | 243 | 54 | 72 |
| Binary | 1100100 | 11000011 | 10101000 | 110001 | 0 | 1110 | 11000 | 10100011 | 101100 | 111010 |
Color Harmonies of #64C3A8
Complementary color
Monochromatic Colors of #64C3A8
Black with #64C3A8
Text Example
Text Example
White with #64C3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C3A8; }
p { color: rgb(100,195,168); }
H1.HeaderClassName
{
color: #64C3A8;
}
.AnyTagClassName
{
color: #64C3A8;
}
</style>
background-color css
<style>
a { background-color: #64C3A8; }
a { background-color: rgb(100,195,168); }
div.DivClassName
{
background-color: #64C3A8;
}
.BgClassName
{
background-color: #64C3A8;
}
</style>
border-color css
<style>
span { border-color: #64C3A8; }
span { border-color: rgb(100,195,168); }
td.TdClassName
{
border-color: #64C3A8;
}
.TagClassName
{
border-color: #64C3A8;
}
</style>