Shades of Aquamarine #76FADE
Tints of Aquamarine #76FADE
RGB
CMYK
RGB Variations
Color information
#76FADE (or 0x76FADE) is known color: Aquamarine. HEX triplet: 76, FA and DE. RGB value is (118,250,222). Sum of RGB (Red+Green+Blue) = 118+250+222=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #76FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FADE is #890521. Grayscale: #CFCFCF. Windows color (decimal): -8979746 or 14613110. OLE color: 14613110.
HSL color Cylindrical-coordinate representation of color #76FADE: hue angle of 167.27º 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 #76FADE is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 222 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.02 |
| HSL | 167.27º | 0.93% | 0.72% | - |
| HSV(B) | 167.27º | 0.53% | 0.98% | - |
| XYZ | 54.84 | 77.5 | 81.18 | - |
| YUV | 207.34 | 136.27 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 222 | 0.53 | 0 | 0.11 | 0.02 | 167.27 | 0.93 | 0.72 |
| Hex | 76 | FA | DE | 35 | 0 | B | 2 | A7 | 5D | 48 |
| Octal | 166 | 372 | 336 | 65 | 0 | 13 | 2 | 247 | 135 | 110 |
| Binary | 1110110 | 11111010 | 11011110 | 110101 | 0 | 1011 | 10 | 10100111 | 1011101 | 1001000 |
Color Harmonies of #76FADE
Complementary color
Monochromatic Colors of #76FADE
Black with #76FADE
Text Example
Text Example
White with #76FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FADE; }
p { color: rgb(118,250,222); }
H1.HeaderClassName
{
color: #76FADE;
}
.AnyTagClassName
{
color: #76FADE;
}
</style>
background-color css
<style>
a { background-color: #76FADE; }
a { background-color: rgb(118,250,222); }
div.DivClassName
{
background-color: #76FADE;
}
.BgClassName
{
background-color: #76FADE;
}
</style>
border-color css
<style>
span { border-color: #76FADE; }
span { border-color: rgb(118,250,222); }
td.TdClassName
{
border-color: #76FADE;
}
.TagClassName
{
border-color: #76FADE;
}
</style>