Shades of Aquamarine #76FAE0
Tints of Aquamarine #76FAE0
RGB
CMYK
RGB Variations
Color information
#76FAE0 (or 0x76FAE0) is known color: Aquamarine. HEX triplet: 76, FA and E0. RGB value is (118,250,224). Sum of RGB (Red+Green+Blue) = 118+250+224=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FAE0 is #89051F. Grayscale: #CFCFCF. Windows color (decimal): -8979744 or 14744182. OLE color: 14744182.
HSL color Cylindrical-coordinate representation of color #76FAE0: hue angle of 168.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FAE0 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 224 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.02 |
| HSL | 168.18º | 0.93% | 0.72% | - |
| HSV(B) | 168.18º | 0.53% | 0.98% | - |
| XYZ | 55.11 | 77.6 | 82.6 | - |
| YUV | 207.57 | 137.27 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 224 | 0.53 | 0 | 0.10 | 0.02 | 168.18 | 0.93 | 0.72 |
| Hex | 76 | FA | E0 | 35 | 0 | A | 2 | A8 | 5D | 48 |
| Octal | 166 | 372 | 340 | 65 | 0 | 12 | 2 | 250 | 135 | 110 |
| Binary | 1110110 | 11111010 | 11100000 | 110101 | 0 | 1010 | 10 | 10101000 | 1011101 | 1001000 |
Color Harmonies of #76FAE0
Complementary color
Monochromatic Colors of #76FAE0
Black with #76FAE0
Text Example
Text Example
White with #76FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FAE0; }
p { color: rgb(118,250,224); }
H1.HeaderClassName
{
color: #76FAE0;
}
.AnyTagClassName
{
color: #76FAE0;
}
</style>
background-color css
<style>
a { background-color: #76FAE0; }
a { background-color: rgb(118,250,224); }
div.DivClassName
{
background-color: #76FAE0;
}
.BgClassName
{
background-color: #76FAE0;
}
</style>
border-color css
<style>
span { border-color: #76FAE0; }
span { border-color: rgb(118,250,224); }
td.TdClassName
{
border-color: #76FAE0;
}
.TagClassName
{
border-color: #76FAE0;
}
</style>