Shades of Aquamarine #64FECF
Tints of Aquamarine #64FECF
RGB
CMYK
RGB Variations
Color information
#64FECF (or 0x64FECF) is known color: Aquamarine. HEX triplet: 64, FE and CF. RGB value is (100,254,207). Sum of RGB (Red+Green+Blue) = 100+254+207=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #64FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FECF is #9B0130. Grayscale: #CACACA. Windows color (decimal): -10158385 or 13631076. OLE color: 13631076.
HSL color Cylindrical-coordinate representation of color #64FECF: hue angle of 161.69º 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 #64FECF is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 207 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.00 |
| HSL | 161.69º | 0.99% | 0.69% | - |
| HSV(B) | 161.69º | 0.61% | 1% | - |
| XYZ | 51.96 | 78.1 | 71.37 | - |
| YUV | 202.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 207 | 0.61 | 0 | 0.19 | 0.00 | 161.69 | 0.99 | 0.69 |
| Hex | 64 | FE | CF | 3D | 0 | 13 | 0 | A2 | 63 | 45 |
| Octal | 144 | 376 | 317 | 75 | 0 | 23 | 0 | 242 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11001111 | 111101 | 0 | 10011 | 0 | 10100010 | 1100011 | 1000101 |
Color Harmonies of #64FECF
Complementary color
Monochromatic Colors of #64FECF
Black with #64FECF
Text Example
Text Example
White with #64FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FECF; }
p { color: rgb(100,254,207); }
H1.HeaderClassName
{
color: #64FECF;
}
.AnyTagClassName
{
color: #64FECF;
}
</style>
background-color css
<style>
a { background-color: #64FECF; }
a { background-color: rgb(100,254,207); }
div.DivClassName
{
background-color: #64FECF;
}
.BgClassName
{
background-color: #64FECF;
}
</style>
border-color css
<style>
span { border-color: #64FECF; }
span { border-color: rgb(100,254,207); }
td.TdClassName
{
border-color: #64FECF;
}
.TagClassName
{
border-color: #64FECF;
}
</style>