Shades of Aquamarine #64FEDB
Tints of Aquamarine #64FEDB
RGB
CMYK
RGB Variations
Color information
#64FEDB (or 0x64FEDB) is known color: Aquamarine. HEX triplet: 64, FE and DB. RGB value is (100,254,219). Sum of RGB (Red+Green+Blue) = 100+254+219=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEDB is #9B0124. Grayscale: #CBCBCB. Windows color (decimal): -10158373 or 14417508. OLE color: 14417508.
HSL color Cylindrical-coordinate representation of color #64FEDB: hue angle of 166.36º 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 #64FEDB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 219 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.00 |
| HSL | 166.36º | 0.99% | 0.69% | - |
| HSV(B) | 166.36º | 0.61% | 1% | - |
| XYZ | 53.48 | 78.71 | 79.39 | - |
| YUV | 203.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 219 | 0.61 | 0 | 0.14 | 0.00 | 166.36 | 0.99 | 0.69 |
| Hex | 64 | FE | DB | 3D | 0 | E | 0 | A6 | 63 | 45 |
| Octal | 144 | 376 | 333 | 75 | 0 | 16 | 0 | 246 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11011011 | 111101 | 0 | 1110 | 0 | 10100110 | 1100011 | 1000101 |
Color Harmonies of #64FEDB
Complementary color
Monochromatic Colors of #64FEDB
Black with #64FEDB
Text Example
Text Example
White with #64FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEDB; }
p { color: rgb(100,254,219); }
H1.HeaderClassName
{
color: #64FEDB;
}
.AnyTagClassName
{
color: #64FEDB;
}
</style>
background-color css
<style>
a { background-color: #64FEDB; }
a { background-color: rgb(100,254,219); }
div.DivClassName
{
background-color: #64FEDB;
}
.BgClassName
{
background-color: #64FEDB;
}
</style>
border-color css
<style>
span { border-color: #64FEDB; }
span { border-color: rgb(100,254,219); }
td.TdClassName
{
border-color: #64FEDB;
}
.TagClassName
{
border-color: #64FEDB;
}
</style>