Shades of Aquamarine #64F4D2
Tints of Aquamarine #64F4D2
RGB
CMYK
RGB Variations
Color information
#64F4D2 (or 0x64F4D2) is known color: Aquamarine. HEX triplet: 64, F4 and D2. RGB value is (100,244,210). Sum of RGB (Red+Green+Blue) = 100+244+210=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #64F4D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F4D2 is #9B0B2D. Grayscale: #C5C5C5. Windows color (decimal): -10160942 or 13825124. OLE color: 13825124.
HSL color Cylindrical-coordinate representation of color #64F4D2: hue angle of 165.83º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F4D2 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 210 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.04 |
| HSL | 165.83º | 0.87% | 0.67% | - |
| HSV(B) | 165.83º | 0.59% | 0.96% | - |
| XYZ | 49.24 | 72.06 | 72.29 | - |
| YUV | 197.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 210 | 0.59 | 0 | 0.14 | 0.04 | 165.83 | 0.87 | 0.67 |
| Hex | 64 | F4 | D2 | 3B | 0 | E | 4 | A6 | 57 | 43 |
| Octal | 144 | 364 | 322 | 73 | 0 | 16 | 4 | 246 | 127 | 103 |
| Binary | 1100100 | 11110100 | 11010010 | 111011 | 0 | 1110 | 100 | 10100110 | 1010111 | 1000011 |
Color Harmonies of #64F4D2
Complementary color
Monochromatic Colors of #64F4D2
Black with #64F4D2
Text Example
Text Example
White with #64F4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F4D2; }
p { color: rgb(100,244,210); }
H1.HeaderClassName
{
color: #64F4D2;
}
.AnyTagClassName
{
color: #64F4D2;
}
</style>
background-color css
<style>
a { background-color: #64F4D2; }
a { background-color: rgb(100,244,210); }
div.DivClassName
{
background-color: #64F4D2;
}
.BgClassName
{
background-color: #64F4D2;
}
</style>
border-color css
<style>
span { border-color: #64F4D2; }
span { border-color: rgb(100,244,210); }
td.TdClassName
{
border-color: #64F4D2;
}
.TagClassName
{
border-color: #64F4D2;
}
</style>