Shades of Aquamarine #64FAC4
Tints of Aquamarine #64FAC4
RGB
CMYK
RGB Variations
Color information
#64FAC4 (or 0x64FAC4) is known color: Aquamarine. HEX triplet: 64, FA and C4. RGB value is (100,250,196). Sum of RGB (Red+Green+Blue) = 100+250+196=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAC4 is #9B053B. Grayscale: #C7C7C7. Windows color (decimal): -10159420 or 12909156. OLE color: 12909156.
HSL color Cylindrical-coordinate representation of color #64FAC4: hue angle of 158.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAC4 is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 196 | - |
| CMYK | 0.6 | 0 | 0.22 | 0.02 |
| HSL | 158.4º | 0.94% | 0.69% | - |
| HSV(B) | 158.4º | 0.6% | 0.98% | - |
| XYZ | 49.4 | 75.07 | 64.11 | - |
| YUV | 198.99 | 126.31 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 196 | 0.6 | 0 | 0.22 | 0.02 | 158.4 | 0.94 | 0.69 |
| Hex | 64 | FA | C4 | 3C | 0 | 16 | 2 | 9E | 5E | 45 |
| Octal | 144 | 372 | 304 | 74 | 0 | 26 | 2 | 236 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11000100 | 111100 | 0 | 10110 | 10 | 10011110 | 1011110 | 1000101 |
Color Harmonies of #64FAC4
Complementary color
Monochromatic Colors of #64FAC4
Black with #64FAC4
Text Example
Text Example
White with #64FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAC4; }
p { color: rgb(100,250,196); }
H1.HeaderClassName
{
color: #64FAC4;
}
.AnyTagClassName
{
color: #64FAC4;
}
</style>
background-color css
<style>
a { background-color: #64FAC4; }
a { background-color: rgb(100,250,196); }
div.DivClassName
{
background-color: #64FAC4;
}
.BgClassName
{
background-color: #64FAC4;
}
</style>
border-color css
<style>
span { border-color: #64FAC4; }
span { border-color: rgb(100,250,196); }
td.TdClassName
{
border-color: #64FAC4;
}
.TagClassName
{
border-color: #64FAC4;
}
</style>