Shades of Aquamarine #76FFBC
Tints of Aquamarine #76FFBC
RGB
CMYK
RGB Variations
Color information
#76FFBC (or 0x76FFBC) is known color: Aquamarine. HEX triplet: 76, FF and BC. RGB value is (118,255,188). Sum of RGB (Red+Green+Blue) = 118+255+188=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFBC is #890043. Grayscale: #CECECE. Windows color (decimal): -8978500 or 12386166. OLE color: 12386166.
HSL color Cylindrical-coordinate representation of color #76FFBC: hue angle of 150.66º 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 #76FFBC is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 188 | - |
| CMYK | 0.54 | 0 | 0.26 | 0 |
| HSL | 150.66º | 1% | 0.73% | - |
| HSV(B) | 150.66º | 0.54% | 1% | - |
| XYZ | 52.31 | 79 | 60.07 | - |
| YUV | 206.4 | 117.61 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 188 | 0.54 | 0 | 0.26 | 0 | 150.66 | 1 | 0.73 |
| Hex | 76 | FF | BC | 36 | 0 | 1A | 0 | 97 | 64 | 49 |
| Octal | 166 | 377 | 274 | 66 | 0 | 32 | 0 | 227 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10111100 | 110110 | 0 | 11010 | 0 | 10010111 | 1100100 | 1001001 |
Color Harmonies of #76FFBC
Complementary color
Monochromatic Colors of #76FFBC
Black with #76FFBC
Text Example
Text Example
White with #76FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFBC; }
p { color: rgb(118,255,188); }
H1.HeaderClassName
{
color: #76FFBC;
}
.AnyTagClassName
{
color: #76FFBC;
}
</style>
background-color css
<style>
a { background-color: #76FFBC; }
a { background-color: rgb(118,255,188); }
div.DivClassName
{
background-color: #76FFBC;
}
.BgClassName
{
background-color: #76FFBC;
}
</style>
border-color css
<style>
span { border-color: #76FFBC; }
span { border-color: rgb(118,255,188); }
td.TdClassName
{
border-color: #76FFBC;
}
.TagClassName
{
border-color: #76FFBC;
}
</style>