Shades of Aquamarine #64FCAF
Tints of Aquamarine #64FCAF
RGB
CMYK
RGB Variations
Color information
#64FCAF (or 0x64FCAF) is known color: Aquamarine. HEX triplet: 64, FC and AF. RGB value is (100,252,175). Sum of RGB (Red+Green+Blue) = 100+252+175=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FCAF is #9B0350. Grayscale: #C5C5C5. Windows color (decimal): -10158929 or 11533412. OLE color: 11533412.
HSL color Cylindrical-coordinate representation of color #64FCAF: hue angle of 149.61º 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 #64FCAF is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 175 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.01 |
| HSL | 149.61º | 0.96% | 0.69% | - |
| HSV(B) | 149.61º | 0.6% | 0.99% | - |
| XYZ | 47.8 | 75.43 | 52.6 | - |
| YUV | 197.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 175 | 0.60 | 0 | 0.31 | 0.01 | 149.61 | 0.96 | 0.69 |
| Hex | 64 | FC | AF | 3C | 0 | 1F | 1 | 96 | 60 | 45 |
| Octal | 144 | 374 | 257 | 74 | 0 | 37 | 1 | 226 | 140 | 105 |
| Binary | 1100100 | 11111100 | 10101111 | 111100 | 0 | 11111 | 1 | 10010110 | 1100000 | 1000101 |
Color Harmonies of #64FCAF
Complementary color
Monochromatic Colors of #64FCAF
Black with #64FCAF
Text Example
Text Example
White with #64FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCAF; }
p { color: rgb(100,252,175); }
H1.HeaderClassName
{
color: #64FCAF;
}
.AnyTagClassName
{
color: #64FCAF;
}
</style>
background-color css
<style>
a { background-color: #64FCAF; }
a { background-color: rgb(100,252,175); }
div.DivClassName
{
background-color: #64FCAF;
}
.BgClassName
{
background-color: #64FCAF;
}
</style>
border-color css
<style>
span { border-color: #64FCAF; }
span { border-color: rgb(100,252,175); }
td.TdClassName
{
border-color: #64FCAF;
}
.TagClassName
{
border-color: #64FCAF;
}
</style>