Shades of Medium Aquamarine #64CD9E
Tints of Medium Aquamarine #64CD9E
RGB
CMYK
RGB Variations
Color information
#64CD9E (or 0x64CD9E) is known color: Medium Aquamarine. HEX triplet: 64, CD and 9E. RGB value is (100,205,158). Sum of RGB (Red+Green+Blue) = 100+205+158=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD9E is #9B3261. Grayscale: #A8A8A8. Windows color (decimal): -10170978 or 10407268. OLE color: 10407268.
HSL color Cylindrical-coordinate representation of color #64CD9E: hue angle of 153.14º 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 #64CD9E is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 158 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.20 |
| HSL | 153.14º | 0.51% | 0.6% | - |
| HSV(B) | 153.14º | 0.51% | 0.8% | - |
| XYZ | 33.26 | 48.84 | 40.02 | - |
| YUV | 168.25 | 122.21 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 158 | 0.51 | 0 | 0.23 | 0.20 | 153.14 | 0.51 | 0.6 |
| Hex | 64 | CD | 9E | 33 | 0 | 17 | 14 | 99 | 33 | 3C |
| Octal | 144 | 315 | 236 | 63 | 0 | 27 | 24 | 231 | 63 | 74 |
| Binary | 1100100 | 11001101 | 10011110 | 110011 | 0 | 10111 | 10100 | 10011001 | 110011 | 111100 |
Color Harmonies of #64CD9E
Complementary color
Monochromatic Colors of #64CD9E
Black with #64CD9E
Text Example
Text Example
White with #64CD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD9E; }
p { color: rgb(100,205,158); }
H1.HeaderClassName
{
color: #64CD9E;
}
.AnyTagClassName
{
color: #64CD9E;
}
</style>
background-color css
<style>
a { background-color: #64CD9E; }
a { background-color: rgb(100,205,158); }
div.DivClassName
{
background-color: #64CD9E;
}
.BgClassName
{
background-color: #64CD9E;
}
</style>
border-color css
<style>
span { border-color: #64CD9E; }
span { border-color: rgb(100,205,158); }
td.TdClassName
{
border-color: #64CD9E;
}
.TagClassName
{
border-color: #64CD9E;
}
</style>