Shades of Aquamarine #64FECE
Tints of Aquamarine #64FECE
RGB
CMYK
RGB Variations
Color information
#64FECE (or 0x64FECE) is known color: Aquamarine. HEX triplet: 64, FE and CE. RGB value is (100,254,206). Sum of RGB (Red+Green+Blue) = 100+254+206=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #64FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FECE is #9B0131. Grayscale: #CACACA. Windows color (decimal): -10158386 or 13565540. OLE color: 13565540.
HSL color Cylindrical-coordinate representation of color #64FECE: hue angle of 161.3º 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 #64FECE is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 206 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.00 |
| HSL | 161.3º | 0.99% | 0.69% | - |
| HSV(B) | 161.3º | 0.61% | 1% | - |
| XYZ | 51.84 | 78.05 | 70.73 | - |
| YUV | 202.48 | 129.98 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 206 | 0.61 | 0 | 0.19 | 0.00 | 161.3 | 0.99 | 0.69 |
| Hex | 64 | FE | CE | 3D | 0 | 13 | 0 | A1 | 63 | 45 |
| Octal | 144 | 376 | 316 | 75 | 0 | 23 | 0 | 241 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11001110 | 111101 | 0 | 10011 | 0 | 10100001 | 1100011 | 1000101 |
Color Harmonies of #64FECE
Complementary color
Monochromatic Colors of #64FECE
Black with #64FECE
Text Example
Text Example
White with #64FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FECE; }
p { color: rgb(100,254,206); }
H1.HeaderClassName
{
color: #64FECE;
}
.AnyTagClassName
{
color: #64FECE;
}
</style>
background-color css
<style>
a { background-color: #64FECE; }
a { background-color: rgb(100,254,206); }
div.DivClassName
{
background-color: #64FECE;
}
.BgClassName
{
background-color: #64FECE;
}
</style>
border-color css
<style>
span { border-color: #64FECE; }
span { border-color: rgb(100,254,206); }
td.TdClassName
{
border-color: #64FECE;
}
.TagClassName
{
border-color: #64FECE;
}
</style>