Shades of Aquamarine #76FBDB
Tints of Aquamarine #76FBDB
RGB
CMYK
RGB Variations
Color information
#76FBDB (or 0x76FBDB) is known color: Aquamarine. HEX triplet: 76, FB and DB. RGB value is (118,251,219). Sum of RGB (Red+Green+Blue) = 118+251+219=588 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.07% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FBDB is #890424. Grayscale: #CFCFCF. Windows color (decimal): -8979493 or 14416758. OLE color: 14416758.
HSL color Cylindrical-coordinate representation of color #76FBDB: hue angle of 165.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FBDB is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 219 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.02 |
| HSL | 165.56º | 0.94% | 0.72% | - |
| HSV(B) | 165.56º | 0.53% | 0.98% | - |
| XYZ | 54.75 | 77.96 | 79.18 | - |
| YUV | 207.59 | 134.44 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 219 | 0.53 | 0 | 0.13 | 0.02 | 165.56 | 0.94 | 0.72 |
| Hex | 76 | FB | DB | 35 | 0 | D | 2 | A6 | 5E | 48 |
| Octal | 166 | 373 | 333 | 65 | 0 | 15 | 2 | 246 | 136 | 110 |
| Binary | 1110110 | 11111011 | 11011011 | 110101 | 0 | 1101 | 10 | 10100110 | 1011110 | 1001000 |
Color Harmonies of #76FBDB
Complementary color
Monochromatic Colors of #76FBDB
Black with #76FBDB
Text Example
Text Example
White with #76FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FBDB; }
p { color: rgb(118,251,219); }
H1.HeaderClassName
{
color: #76FBDB;
}
.AnyTagClassName
{
color: #76FBDB;
}
</style>
background-color css
<style>
a { background-color: #76FBDB; }
a { background-color: rgb(118,251,219); }
div.DivClassName
{
background-color: #76FBDB;
}
.BgClassName
{
background-color: #76FBDB;
}
</style>
border-color css
<style>
span { border-color: #76FBDB; }
span { border-color: rgb(118,251,219); }
td.TdClassName
{
border-color: #76FBDB;
}
.TagClassName
{
border-color: #76FBDB;
}
</style>