Shades of Aquamarine #76FAE3
Tints of Aquamarine #76FAE3
RGB
CMYK
RGB Variations
Color information
#76FAE3 (or 0x76FAE3) is known color: Aquamarine. HEX triplet: 76, FA and E3. RGB value is (118,250,227). Sum of RGB (Red+Green+Blue) = 118+250+227=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #76FAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FAE3 is #89051C. Grayscale: #CFCFCF. Windows color (decimal): -8979741 or 14940790. OLE color: 14940790.
HSL color Cylindrical-coordinate representation of color #76FAE3: hue angle of 169.55º 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 #76FAE3 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 227 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.02 |
| HSL | 169.55º | 0.93% | 0.72% | - |
| HSV(B) | 169.55º | 0.53% | 0.98% | - |
| XYZ | 55.52 | 77.77 | 84.76 | - |
| YUV | 207.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 227 | 0.53 | 0 | 0.09 | 0.02 | 169.55 | 0.93 | 0.72 |
| Hex | 76 | FA | E3 | 35 | 0 | 9 | 2 | AA | 5D | 48 |
| Octal | 166 | 372 | 343 | 65 | 0 | 11 | 2 | 252 | 135 | 110 |
| Binary | 1110110 | 11111010 | 11100011 | 110101 | 0 | 1001 | 10 | 10101010 | 1011101 | 1001000 |
Color Harmonies of #76FAE3
Complementary color
Monochromatic Colors of #76FAE3
Black with #76FAE3
Text Example
Text Example
White with #76FAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FAE3; }
p { color: rgb(118,250,227); }
H1.HeaderClassName
{
color: #76FAE3;
}
.AnyTagClassName
{
color: #76FAE3;
}
</style>
background-color css
<style>
a { background-color: #76FAE3; }
a { background-color: rgb(118,250,227); }
div.DivClassName
{
background-color: #76FAE3;
}
.BgClassName
{
background-color: #76FAE3;
}
</style>
border-color css
<style>
span { border-color: #76FAE3; }
span { border-color: rgb(118,250,227); }
td.TdClassName
{
border-color: #76FAE3;
}
.TagClassName
{
border-color: #76FAE3;
}
</style>