Shades of Aquamarine #76FFAD
Tints of Aquamarine #76FFAD
RGB
CMYK
RGB Variations
Color information
#76FFAD (or 0x76FFAD) is known color: Aquamarine. HEX triplet: 76, FF and AD. RGB value is (118,255,173). Sum of RGB (Red+Green+Blue) = 118+255+173=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFAD is #890052. Grayscale: #CCCCCC. Windows color (decimal): -8978515 or 11403126. OLE color: 11403126.
HSL color Cylindrical-coordinate representation of color #76FFAD: hue angle of 144.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFAD is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 173 | - |
| CMYK | 0.54 | 0 | 0.32 | 0 |
| HSL | 144.09º | 1% | 0.73% | - |
| HSV(B) | 144.09º | 0.54% | 1% | - |
| XYZ | 50.77 | 78.39 | 51.99 | - |
| YUV | 204.69 | 110.11 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 173 | 0.54 | 0 | 0.32 | 0 | 144.09 | 1 | 0.73 |
| Hex | 76 | FF | AD | 36 | 0 | 20 | 0 | 90 | 64 | 49 |
| Octal | 166 | 377 | 255 | 66 | 0 | 40 | 0 | 220 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10101101 | 110110 | 0 | 100000 | 0 | 10010000 | 1100100 | 1001001 |
Color Harmonies of #76FFAD
Complementary color
Monochromatic Colors of #76FFAD
Black with #76FFAD
Text Example
Text Example
White with #76FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFAD; }
p { color: rgb(118,255,173); }
H1.HeaderClassName
{
color: #76FFAD;
}
.AnyTagClassName
{
color: #76FFAD;
}
</style>
background-color css
<style>
a { background-color: #76FFAD; }
a { background-color: rgb(118,255,173); }
div.DivClassName
{
background-color: #76FFAD;
}
.BgClassName
{
background-color: #76FFAD;
}
</style>
border-color css
<style>
span { border-color: #76FFAD; }
span { border-color: rgb(118,255,173); }
td.TdClassName
{
border-color: #76FFAD;
}
.TagClassName
{
border-color: #76FFAD;
}
</style>