Shades of Aquamarine #76F0BC
Tints of Aquamarine #76F0BC
RGB
CMYK
RGB Variations
Color information
#76F0BC (or 0x76F0BC) is known color: Aquamarine. HEX triplet: 76, F0 and BC. RGB value is (118,240,188). Sum of RGB (Red+Green+Blue) = 118+240+188=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #76F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F0BC is #890F43. Grayscale: #C5C5C5. Windows color (decimal): -8982340 or 12382326. OLE color: 12382326.
HSL color Cylindrical-coordinate representation of color #76F0BC: hue angle of 154.43º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F0BC is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 188 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.06 |
| HSL | 154.43º | 0.8% | 0.7% | - |
| HSV(B) | 154.43º | 0.51% | 0.94% | - |
| XYZ | 47.71 | 69.8 | 58.54 | - |
| YUV | 197.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 188 | 0.51 | 0 | 0.22 | 0.06 | 154.43 | 0.8 | 0.7 |
| Hex | 76 | F0 | BC | 33 | 0 | 16 | 6 | 9A | 50 | 46 |
| Octal | 166 | 360 | 274 | 63 | 0 | 26 | 6 | 232 | 120 | 106 |
| Binary | 1110110 | 11110000 | 10111100 | 110011 | 0 | 10110 | 110 | 10011010 | 1010000 | 1000110 |
Color Harmonies of #76F0BC
Complementary color
Monochromatic Colors of #76F0BC
Black with #76F0BC
Text Example
Text Example
White with #76F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0BC; }
p { color: rgb(118,240,188); }
H1.HeaderClassName
{
color: #76F0BC;
}
.AnyTagClassName
{
color: #76F0BC;
}
</style>
background-color css
<style>
a { background-color: #76F0BC; }
a { background-color: rgb(118,240,188); }
div.DivClassName
{
background-color: #76F0BC;
}
.BgClassName
{
background-color: #76F0BC;
}
</style>
border-color css
<style>
span { border-color: #76F0BC; }
span { border-color: rgb(118,240,188); }
td.TdClassName
{
border-color: #76F0BC;
}
.TagClassName
{
border-color: #76F0BC;
}
</style>