Shades of Aquamarine #79FAC8
Tints of Aquamarine #79FAC8
RGB
CMYK
RGB Variations
Color information
#79FAC8 (or 0x79FAC8) is known color: Aquamarine. HEX triplet: 79, FA and C8. RGB value is (121,250,200). Sum of RGB (Red+Green+Blue) = 121+250+200=571 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.19% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #79FAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79FAC8 is #860537. Grayscale: #CDCDCD. Windows color (decimal): -8783160 or 13171321. OLE color: 13171321.
HSL color Cylindrical-coordinate representation of color #79FAC8: hue angle of 156.74º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79FAC8 is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 250 | 200 | - |
| CMYK | 0.52 | 0 | 0.2 | 0.02 |
| HSL | 156.74º | 0.93% | 0.73% | - |
| HSV(B) | 156.74º | 0.52% | 0.98% | - |
| XYZ | 52.5 | 76.61 | 66.66 | - |
| YUV | 205.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 250 | 200 | 0.52 | 0 | 0.2 | 0.02 | 156.74 | 0.93 | 0.73 |
| Hex | 79 | FA | C8 | 34 | 0 | 14 | 2 | 9D | 5D | 49 |
| Octal | 171 | 372 | 310 | 64 | 0 | 24 | 2 | 235 | 135 | 111 |
| Binary | 1111001 | 11111010 | 11001000 | 110100 | 0 | 10100 | 10 | 10011101 | 1011101 | 1001001 |
Color Harmonies of #79FAC8
Complementary color
Monochromatic Colors of #79FAC8
Black with #79FAC8
Text Example
Text Example
White with #79FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FAC8; }
p { color: rgb(121,250,200); }
H1.HeaderClassName
{
color: #79FAC8;
}
.AnyTagClassName
{
color: #79FAC8;
}
</style>
background-color css
<style>
a { background-color: #79FAC8; }
a { background-color: rgb(121,250,200); }
div.DivClassName
{
background-color: #79FAC8;
}
.BgClassName
{
background-color: #79FAC8;
}
</style>
border-color css
<style>
span { border-color: #79FAC8; }
span { border-color: rgb(121,250,200); }
td.TdClassName
{
border-color: #79FAC8;
}
.TagClassName
{
border-color: #79FAC8;
}
</style>