Shades of Aquamarine #76FADB
Tints of Aquamarine #76FADB
RGB
CMYK
RGB Variations
Color information
#76FADB (or 0x76FADB) is known color: Aquamarine. HEX triplet: 76, FA and DB. RGB value is (118,250,219). Sum of RGB (Red+Green+Blue) = 118+250+219=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #76FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FADB is #890524. Grayscale: #CECECE. Windows color (decimal): -8979749 or 14416502. OLE color: 14416502.
HSL color Cylindrical-coordinate representation of color #76FADB: hue angle of 165.91º degrees, saturation: 0.93, 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 #76FADB is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 219 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.02 |
| HSL | 165.91º | 0.93% | 0.72% | - |
| HSV(B) | 165.91º | 0.53% | 0.98% | - |
| XYZ | 54.44 | 77.34 | 79.08 | - |
| YUV | 207 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 219 | 0.53 | 0 | 0.12 | 0.02 | 165.91 | 0.93 | 0.72 |
| Hex | 76 | FA | DB | 35 | 0 | C | 2 | A6 | 5D | 48 |
| Octal | 166 | 372 | 333 | 65 | 0 | 14 | 2 | 246 | 135 | 110 |
| Binary | 1110110 | 11111010 | 11011011 | 110101 | 0 | 1100 | 10 | 10100110 | 1011101 | 1001000 |
Color Harmonies of #76FADB
Complementary color
Monochromatic Colors of #76FADB
Black with #76FADB
Text Example
Text Example
White with #76FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FADB; }
p { color: rgb(118,250,219); }
H1.HeaderClassName
{
color: #76FADB;
}
.AnyTagClassName
{
color: #76FADB;
}
</style>
background-color css
<style>
a { background-color: #76FADB; }
a { background-color: rgb(118,250,219); }
div.DivClassName
{
background-color: #76FADB;
}
.BgClassName
{
background-color: #76FADB;
}
</style>
border-color css
<style>
span { border-color: #76FADB; }
span { border-color: rgb(118,250,219); }
td.TdClassName
{
border-color: #76FADB;
}
.TagClassName
{
border-color: #76FADB;
}
</style>