Shades of Aquamarine #76FFB9
Tints of Aquamarine #76FFB9
RGB
CMYK
RGB Variations
Color information
#76FFB9 (or 0x76FFB9) is known color: Aquamarine. HEX triplet: 76, FF and B9. RGB value is (118,255,185). Sum of RGB (Red+Green+Blue) = 118+255+185=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFB9 is #890046. Grayscale: #CECECE. Windows color (decimal): -8978503 or 12189558. OLE color: 12189558.
HSL color Cylindrical-coordinate representation of color #76FFB9: hue angle of 149.34º 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 #76FFB9 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 185 | - |
| CMYK | 0.54 | 0 | 0.27 | 0 |
| HSL | 149.34º | 1% | 0.73% | - |
| HSV(B) | 149.34º | 0.54% | 1% | - |
| XYZ | 51.99 | 78.87 | 58.38 | - |
| YUV | 206.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 185 | 0.54 | 0 | 0.27 | 0 | 149.34 | 1 | 0.73 |
| Hex | 76 | FF | B9 | 36 | 0 | 1B | 0 | 95 | 64 | 49 |
| Octal | 166 | 377 | 271 | 66 | 0 | 33 | 0 | 225 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10111001 | 110110 | 0 | 11011 | 0 | 10010101 | 1100100 | 1001001 |
Color Harmonies of #76FFB9
Complementary color
Monochromatic Colors of #76FFB9
Black with #76FFB9
Text Example
Text Example
White with #76FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFB9; }
p { color: rgb(118,255,185); }
H1.HeaderClassName
{
color: #76FFB9;
}
.AnyTagClassName
{
color: #76FFB9;
}
</style>
background-color css
<style>
a { background-color: #76FFB9; }
a { background-color: rgb(118,255,185); }
div.DivClassName
{
background-color: #76FFB9;
}
.BgClassName
{
background-color: #76FFB9;
}
</style>
border-color css
<style>
span { border-color: #76FFB9; }
span { border-color: rgb(118,255,185); }
td.TdClassName
{
border-color: #76FFB9;
}
.TagClassName
{
border-color: #76FFB9;
}
</style>