Shades of Aquamarine #64FEDC
Tints of Aquamarine #64FEDC
RGB
CMYK
RGB Variations
Color information
#64FEDC (or 0x64FEDC) is known color: Aquamarine. HEX triplet: 64, FE and DC. RGB value is (100,254,220). Sum of RGB (Red+Green+Blue) = 100+254+220=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEDC is #9B0123. Grayscale: #CCCCCC. Windows color (decimal): -10158372 or 14483044. OLE color: 14483044.
HSL color Cylindrical-coordinate representation of color #64FEDC: hue angle of 166.75º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEDC is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 220 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.00 |
| HSL | 166.75º | 0.99% | 0.69% | - |
| HSV(B) | 166.75º | 0.61% | 1% | - |
| XYZ | 53.62 | 78.76 | 80.09 | - |
| YUV | 204.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 220 | 0.61 | 0 | 0.13 | 0.00 | 166.75 | 0.99 | 0.69 |
| Hex | 64 | FE | DC | 3D | 0 | D | 0 | A7 | 63 | 45 |
| Octal | 144 | 376 | 334 | 75 | 0 | 15 | 0 | 247 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11011100 | 111101 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000101 |
Color Harmonies of #64FEDC
Complementary color
Monochromatic Colors of #64FEDC
Black with #64FEDC
Text Example
Text Example
White with #64FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEDC; }
p { color: rgb(100,254,220); }
H1.HeaderClassName
{
color: #64FEDC;
}
.AnyTagClassName
{
color: #64FEDC;
}
</style>
background-color css
<style>
a { background-color: #64FEDC; }
a { background-color: rgb(100,254,220); }
div.DivClassName
{
background-color: #64FEDC;
}
.BgClassName
{
background-color: #64FEDC;
}
</style>
border-color css
<style>
span { border-color: #64FEDC; }
span { border-color: rgb(100,254,220); }
td.TdClassName
{
border-color: #64FEDC;
}
.TagClassName
{
border-color: #64FEDC;
}
</style>