Shades of Aquamarine #64FCCE
Tints of Aquamarine #64FCCE
RGB
CMYK
RGB Variations
Color information
#64FCCE (or 0x64FCCE) is known color: Aquamarine. HEX triplet: 64, FC and CE. RGB value is (100,252,206). Sum of RGB (Red+Green+Blue) = 100+252+206=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCCE is #9B0331. Grayscale: #C9C9C9. Windows color (decimal): -10158898 or 13565028. OLE color: 13565028.
HSL color Cylindrical-coordinate representation of color #64FCCE: hue angle of 161.84º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCCE is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 206 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.01 |
| HSL | 161.84º | 0.96% | 0.69% | - |
| HSV(B) | 161.84º | 0.6% | 0.99% | - |
| XYZ | 51.21 | 76.79 | 70.51 | - |
| YUV | 201.31 | 130.64 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 206 | 0.60 | 0 | 0.18 | 0.01 | 161.84 | 0.96 | 0.69 |
| Hex | 64 | FC | CE | 3C | 0 | 12 | 1 | A2 | 60 | 45 |
| Octal | 144 | 374 | 316 | 74 | 0 | 22 | 1 | 242 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11001110 | 111100 | 0 | 10010 | 1 | 10100010 | 1100000 | 1000101 |
Color Harmonies of #64FCCE
Complementary color
Monochromatic Colors of #64FCCE
Black with #64FCCE
Text Example
Text Example
White with #64FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCCE; }
p { color: rgb(100,252,206); }
H1.HeaderClassName
{
color: #64FCCE;
}
.AnyTagClassName
{
color: #64FCCE;
}
</style>
background-color css
<style>
a { background-color: #64FCCE; }
a { background-color: rgb(100,252,206); }
div.DivClassName
{
background-color: #64FCCE;
}
.BgClassName
{
background-color: #64FCCE;
}
</style>
border-color css
<style>
span { border-color: #64FCCE; }
span { border-color: rgb(100,252,206); }
td.TdClassName
{
border-color: #64FCCE;
}
.TagClassName
{
border-color: #64FCCE;
}
</style>