Shades of Aquamarine #64FFDE
Tints of Aquamarine #64FFDE
RGB
CMYK
RGB Variations
Color information
#64FFDE (or 0x64FFDE) is known color: Aquamarine. HEX triplet: 64, FF and DE. RGB value is (100,255,222). Sum of RGB (Red+Green+Blue) = 100+255+222=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFDE is #9B0021. Grayscale: #CCCCCC. Windows color (decimal): -10158114 or 14614372. OLE color: 14614372.
HSL color Cylindrical-coordinate representation of color #64FFDE: hue angle of 167.23º 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 #64FFDE is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 222 | - |
| CMYK | 0.61 | 0 | 0.13 | 0 |
| HSL | 167.23º | 1% | 0.7% | - |
| HSV(B) | 167.23º | 0.61% | 1% | - |
| XYZ | 54.2 | 79.5 | 81.6 | - |
| YUV | 204.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 222 | 0.61 | 0 | 0.13 | 0 | 167.23 | 1 | 0.7 |
| Hex | 64 | FF | DE | 3D | 0 | D | 0 | A7 | 64 | 46 |
| Octal | 144 | 377 | 336 | 75 | 0 | 15 | 0 | 247 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11011110 | 111101 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000110 |
Color Harmonies of #64FFDE
Complementary color
Monochromatic Colors of #64FFDE
Black with #64FFDE
Text Example
Text Example
White with #64FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFDE; }
p { color: rgb(100,255,222); }
H1.HeaderClassName
{
color: #64FFDE;
}
.AnyTagClassName
{
color: #64FFDE;
}
</style>
background-color css
<style>
a { background-color: #64FFDE; }
a { background-color: rgb(100,255,222); }
div.DivClassName
{
background-color: #64FFDE;
}
.BgClassName
{
background-color: #64FFDE;
}
</style>
border-color css
<style>
span { border-color: #64FFDE; }
span { border-color: rgb(100,255,222); }
td.TdClassName
{
border-color: #64FFDE;
}
.TagClassName
{
border-color: #64FFDE;
}
</style>