Shades of Aquamarine #76EFDB
Tints of Aquamarine #76EFDB
RGB
CMYK
RGB Variations
Color information
#76EFDB (or 0x76EFDB) is known color: Aquamarine. HEX triplet: 76, EF and DB. RGB value is (118,239,219). Sum of RGB (Red+Green+Blue) = 118+239+219=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFDB is #891024. Grayscale: #C8C8C8. Windows color (decimal): -8982565 or 14413686. OLE color: 14413686.
HSL color Cylindrical-coordinate representation of color #76EFDB: hue angle of 170.08º degrees, saturation: 0.79, 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 #76EFDB is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 219 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.06 |
| HSL | 170.08º | 0.79% | 0.7% | - |
| HSV(B) | 170.08º | 0.51% | 0.94% | - |
| XYZ | 51.12 | 70.7 | 77.97 | - |
| YUV | 200.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 219 | 0.51 | 0 | 0.08 | 0.06 | 170.08 | 0.79 | 0.7 |
| Hex | 76 | EF | DB | 33 | 0 | 8 | 6 | AA | 4F | 46 |
| Octal | 166 | 357 | 333 | 63 | 0 | 10 | 6 | 252 | 117 | 106 |
| Binary | 1110110 | 11101111 | 11011011 | 110011 | 0 | 1000 | 110 | 10101010 | 1001111 | 1000110 |
Color Harmonies of #76EFDB
Complementary color
Monochromatic Colors of #76EFDB
Black with #76EFDB
Text Example
Text Example
White with #76EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EFDB; }
p { color: rgb(118,239,219); }
H1.HeaderClassName
{
color: #76EFDB;
}
.AnyTagClassName
{
color: #76EFDB;
}
</style>
background-color css
<style>
a { background-color: #76EFDB; }
a { background-color: rgb(118,239,219); }
div.DivClassName
{
background-color: #76EFDB;
}
.BgClassName
{
background-color: #76EFDB;
}
</style>
border-color css
<style>
span { border-color: #76EFDB; }
span { border-color: rgb(118,239,219); }
td.TdClassName
{
border-color: #76EFDB;
}
.TagClassName
{
border-color: #76EFDB;
}
</style>