Shades of Aquamarine #64FFD0
Tints of Aquamarine #64FFD0
RGB
CMYK
RGB Variations
Color information
#64FFD0 (or 0x64FFD0) is known color: Aquamarine. HEX triplet: 64, FF and D0. RGB value is (100,255,208). Sum of RGB (Red+Green+Blue) = 100+255+208=563 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.76% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFD0 is #9B002F. Grayscale: #CBCBCB. Windows color (decimal): -10158128 or 13696868. OLE color: 13696868.
HSL color Cylindrical-coordinate representation of color #64FFD0: hue angle of 161.81º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFD0 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 208 | - |
| CMYK | 0.61 | 0 | 0.18 | 0 |
| HSL | 161.81º | 1% | 0.7% | - |
| HSV(B) | 161.81º | 0.61% | 1% | - |
| XYZ | 52.4 | 78.78 | 72.12 | - |
| YUV | 203.3 | 130.65 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 208 | 0.61 | 0 | 0.18 | 0 | 161.81 | 1 | 0.7 |
| Hex | 64 | FF | D0 | 3D | 0 | 12 | 0 | A2 | 64 | 46 |
| Octal | 144 | 377 | 320 | 75 | 0 | 22 | 0 | 242 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11010000 | 111101 | 0 | 10010 | 0 | 10100010 | 1100100 | 1000110 |
Color Harmonies of #64FFD0
Complementary color
Monochromatic Colors of #64FFD0
Black with #64FFD0
Text Example
Text Example
White with #64FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFD0; }
p { color: rgb(100,255,208); }
H1.HeaderClassName
{
color: #64FFD0;
}
.AnyTagClassName
{
color: #64FFD0;
}
</style>
background-color css
<style>
a { background-color: #64FFD0; }
a { background-color: rgb(100,255,208); }
div.DivClassName
{
background-color: #64FFD0;
}
.BgClassName
{
background-color: #64FFD0;
}
</style>
border-color css
<style>
span { border-color: #64FFD0; }
span { border-color: rgb(100,255,208); }
td.TdClassName
{
border-color: #64FFD0;
}
.TagClassName
{
border-color: #64FFD0;
}
</style>