Shades of Aquamarine #76FFBA
Tints of Aquamarine #76FFBA
RGB
CMYK
RGB Variations
Color information
#76FFBA (or 0x76FFBA) is known color: Aquamarine. HEX triplet: 76, FF and BA. RGB value is (118,255,186). Sum of RGB (Red+Green+Blue) = 118+255+186=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFBA is #890045. Grayscale: #CECECE. Windows color (decimal): -8978502 or 12255094. OLE color: 12255094.
HSL color Cylindrical-coordinate representation of color #76FFBA: hue angle of 149.78º 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 #76FFBA is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 186 | - |
| CMYK | 0.54 | 0 | 0.27 | 0 |
| HSL | 149.78º | 1% | 0.73% | - |
| HSV(B) | 149.78º | 0.54% | 1% | - |
| XYZ | 52.09 | 78.92 | 58.94 | - |
| YUV | 206.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 186 | 0.54 | 0 | 0.27 | 0 | 149.78 | 1 | 0.73 |
| Hex | 76 | FF | BA | 36 | 0 | 1B | 0 | 96 | 64 | 49 |
| Octal | 166 | 377 | 272 | 66 | 0 | 33 | 0 | 226 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10111010 | 110110 | 0 | 11011 | 0 | 10010110 | 1100100 | 1001001 |
Color Harmonies of #76FFBA
Complementary color
Monochromatic Colors of #76FFBA
Black with #76FFBA
Text Example
Text Example
White with #76FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFBA; }
p { color: rgb(118,255,186); }
H1.HeaderClassName
{
color: #76FFBA;
}
.AnyTagClassName
{
color: #76FFBA;
}
</style>
background-color css
<style>
a { background-color: #76FFBA; }
a { background-color: rgb(118,255,186); }
div.DivClassName
{
background-color: #76FFBA;
}
.BgClassName
{
background-color: #76FFBA;
}
</style>
border-color css
<style>
span { border-color: #76FFBA; }
span { border-color: rgb(118,255,186); }
td.TdClassName
{
border-color: #76FFBA;
}
.TagClassName
{
border-color: #76FFBA;
}
</style>