Shades of Aquamarine #64FAC6
Tints of Aquamarine #64FAC6
RGB
CMYK
RGB Variations
Color information
#64FAC6 (or 0x64FAC6) is known color: Aquamarine. HEX triplet: 64, FA and C6. RGB value is (100,250,198). Sum of RGB (Red+Green+Blue) = 100+250+198=548 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.25% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAC6 is #9B0539. Grayscale: #C7C7C7. Windows color (decimal): -10159418 or 13040228. OLE color: 13040228.
HSL color Cylindrical-coordinate representation of color #64FAC6: hue angle of 159.2º 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 #64FAC6 is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 198 | - |
| CMYK | 0.6 | 0 | 0.21 | 0.02 |
| HSL | 159.2º | 0.94% | 0.69% | - |
| HSV(B) | 159.2º | 0.6% | 0.98% | - |
| XYZ | 49.63 | 75.16 | 65.32 | - |
| YUV | 199.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 198 | 0.6 | 0 | 0.21 | 0.02 | 159.2 | 0.94 | 0.69 |
| Hex | 64 | FA | C6 | 3C | 0 | 15 | 2 | 9F | 5E | 45 |
| Octal | 144 | 372 | 306 | 74 | 0 | 25 | 2 | 237 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11000110 | 111100 | 0 | 10101 | 10 | 10011111 | 1011110 | 1000101 |
Color Harmonies of #64FAC6
Complementary color
Monochromatic Colors of #64FAC6
Black with #64FAC6
Text Example
Text Example
White with #64FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAC6; }
p { color: rgb(100,250,198); }
H1.HeaderClassName
{
color: #64FAC6;
}
.AnyTagClassName
{
color: #64FAC6;
}
</style>
background-color css
<style>
a { background-color: #64FAC6; }
a { background-color: rgb(100,250,198); }
div.DivClassName
{
background-color: #64FAC6;
}
.BgClassName
{
background-color: #64FAC6;
}
</style>
border-color css
<style>
span { border-color: #64FAC6; }
span { border-color: rgb(100,250,198); }
td.TdClassName
{
border-color: #64FAC6;
}
.TagClassName
{
border-color: #64FAC6;
}
</style>