Shades of Aquamarine #64FEDD
Tints of Aquamarine #64FEDD
RGB
CMYK
RGB Variations
Color information
#64FEDD (or 0x64FEDD) is known color: Aquamarine. HEX triplet: 64, FE and DD. RGB value is (100,254,221). Sum of RGB (Red+Green+Blue) = 100+254+221=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEDD is #9B0122. Grayscale: #CCCCCC. Windows color (decimal): -10158371 or 14548580. OLE color: 14548580.
HSL color Cylindrical-coordinate representation of color #64FEDD: hue angle of 167.14º 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 #64FEDD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 221 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.00 |
| HSL | 167.14º | 0.99% | 0.69% | - |
| HSV(B) | 167.14º | 0.61% | 1% | - |
| XYZ | 53.75 | 78.81 | 80.79 | - |
| YUV | 204.19 | 137.48 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 221 | 0.61 | 0 | 0.13 | 0.00 | 167.14 | 0.99 | 0.69 |
| Hex | 64 | FE | DD | 3D | 0 | D | 0 | A7 | 63 | 45 |
| Octal | 144 | 376 | 335 | 75 | 0 | 15 | 0 | 247 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11011101 | 111101 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000101 |
Color Harmonies of #64FEDD
Complementary color
Monochromatic Colors of #64FEDD
Black with #64FEDD
Text Example
Text Example
White with #64FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEDD; }
p { color: rgb(100,254,221); }
H1.HeaderClassName
{
color: #64FEDD;
}
.AnyTagClassName
{
color: #64FEDD;
}
</style>
background-color css
<style>
a { background-color: #64FEDD; }
a { background-color: rgb(100,254,221); }
div.DivClassName
{
background-color: #64FEDD;
}
.BgClassName
{
background-color: #64FEDD;
}
</style>
border-color css
<style>
span { border-color: #64FEDD; }
span { border-color: rgb(100,254,221); }
td.TdClassName
{
border-color: #64FEDD;
}
.TagClassName
{
border-color: #64FEDD;
}
</style>