Shades of Aquamarine #64FED3
Tints of Aquamarine #64FED3
RGB
CMYK
RGB Variations
Color information
#64FED3 (or 0x64FED3) is known color: Aquamarine. HEX triplet: 64, FE and D3. RGB value is (100,254,211). Sum of RGB (Red+Green+Blue) = 100+254+211=565 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.70% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #64FED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FED3 is #9B012C. Grayscale: #CBCBCB. Windows color (decimal): -10158381 or 13893220. OLE color: 13893220.
HSL color Cylindrical-coordinate representation of color #64FED3: hue angle of 163.25º 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 #64FED3 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 211 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.00 |
| HSL | 163.25º | 0.99% | 0.69% | - |
| HSV(B) | 163.25º | 0.61% | 1% | - |
| XYZ | 52.46 | 78.3 | 73.98 | - |
| YUV | 203.05 | 132.48 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 211 | 0.61 | 0 | 0.17 | 0.00 | 163.25 | 0.99 | 0.69 |
| Hex | 64 | FE | D3 | 3D | 0 | 11 | 0 | A3 | 63 | 45 |
| Octal | 144 | 376 | 323 | 75 | 0 | 21 | 0 | 243 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11010011 | 111101 | 0 | 10001 | 0 | 10100011 | 1100011 | 1000101 |
Color Harmonies of #64FED3
Complementary color
Monochromatic Colors of #64FED3
Black with #64FED3
Text Example
Text Example
White with #64FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FED3; }
p { color: rgb(100,254,211); }
H1.HeaderClassName
{
color: #64FED3;
}
.AnyTagClassName
{
color: #64FED3;
}
</style>
background-color css
<style>
a { background-color: #64FED3; }
a { background-color: rgb(100,254,211); }
div.DivClassName
{
background-color: #64FED3;
}
.BgClassName
{
background-color: #64FED3;
}
</style>
border-color css
<style>
span { border-color: #64FED3; }
span { border-color: rgb(100,254,211); }
td.TdClassName
{
border-color: #64FED3;
}
.TagClassName
{
border-color: #64FED3;
}
</style>