Shades of Medium Aquamarine #64FCAB
Tints of Medium Aquamarine #64FCAB
RGB
CMYK
RGB Variations
Color information
#64FCAB (or 0x64FCAB) is known color: Medium Aquamarine. HEX triplet: 64, FC and AB. RGB value is (100,252,171). Sum of RGB (Red+Green+Blue) = 100+252+171=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FCAB is #9B0354. Grayscale: #C5C5C5. Windows color (decimal): -10158933 or 11271268. OLE color: 11271268.
HSL color Cylindrical-coordinate representation of color #64FCAB: hue angle of 148.03º 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 #64FCAB is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 171 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.01 |
| HSL | 148.03º | 0.96% | 0.69% | - |
| HSV(B) | 148.03º | 0.6% | 0.99% | - |
| XYZ | 47.42 | 75.27 | 50.56 | - |
| YUV | 197.32 | 113.14 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 171 | 0.60 | 0 | 0.32 | 0.01 | 148.03 | 0.96 | 0.69 |
| Hex | 64 | FC | AB | 3C | 0 | 20 | 1 | 94 | 60 | 45 |
| Octal | 144 | 374 | 253 | 74 | 0 | 40 | 1 | 224 | 140 | 105 |
| Binary | 1100100 | 11111100 | 10101011 | 111100 | 0 | 100000 | 1 | 10010100 | 1100000 | 1000101 |
Color Harmonies of #64FCAB
Complementary color
Monochromatic Colors of #64FCAB
Black with #64FCAB
Text Example
Text Example
White with #64FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCAB; }
p { color: rgb(100,252,171); }
H1.HeaderClassName
{
color: #64FCAB;
}
.AnyTagClassName
{
color: #64FCAB;
}
</style>
background-color css
<style>
a { background-color: #64FCAB; }
a { background-color: rgb(100,252,171); }
div.DivClassName
{
background-color: #64FCAB;
}
.BgClassName
{
background-color: #64FCAB;
}
</style>
border-color css
<style>
span { border-color: #64FCAB; }
span { border-color: rgb(100,252,171); }
td.TdClassName
{
border-color: #64FCAB;
}
.TagClassName
{
border-color: #64FCAB;
}
</style>