Shades of Aquamarine #64FFDC
Tints of Aquamarine #64FFDC
RGB
CMYK
RGB Variations
Color information
#64FFDC (or 0x64FFDC) is known color: Aquamarine. HEX triplet: 64, FF and DC. RGB value is (100,255,220). Sum of RGB (Red+Green+Blue) = 100+255+220=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFDC is #9B0023. Grayscale: #CCCCCC. Windows color (decimal): -10158116 or 14483300. OLE color: 14483300.
HSL color Cylindrical-coordinate representation of color #64FFDC: hue angle of 166.45º 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 #64FFDC is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 220 | - |
| CMYK | 0.61 | 0 | 0.14 | 0 |
| HSL | 166.45º | 1% | 0.7% | - |
| HSV(B) | 166.45º | 0.61% | 1% | - |
| XYZ | 53.93 | 79.4 | 80.19 | - |
| YUV | 204.67 | 136.65 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 220 | 0.61 | 0 | 0.14 | 0 | 166.45 | 1 | 0.7 |
| Hex | 64 | FF | DC | 3D | 0 | E | 0 | A6 | 64 | 46 |
| Octal | 144 | 377 | 334 | 75 | 0 | 16 | 0 | 246 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11011100 | 111101 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000110 |
Color Harmonies of #64FFDC
Complementary color
Monochromatic Colors of #64FFDC
Black with #64FFDC
Text Example
Text Example
White with #64FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFDC; }
p { color: rgb(100,255,220); }
H1.HeaderClassName
{
color: #64FFDC;
}
.AnyTagClassName
{
color: #64FFDC;
}
</style>
background-color css
<style>
a { background-color: #64FFDC; }
a { background-color: rgb(100,255,220); }
div.DivClassName
{
background-color: #64FFDC;
}
.BgClassName
{
background-color: #64FFDC;
}
</style>
border-color css
<style>
span { border-color: #64FFDC; }
span { border-color: rgb(100,255,220); }
td.TdClassName
{
border-color: #64FFDC;
}
.TagClassName
{
border-color: #64FFDC;
}
</style>