Shades of Aquamarine #76FFDB
Tints of Aquamarine #76FFDB
RGB
CMYK
RGB Variations
Color information
#76FFDB (or 0x76FFDB) is known color: Aquamarine. HEX triplet: 76, FF and DB. RGB value is (118,255,219). Sum of RGB (Red+Green+Blue) = 118+255+219=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFDB is #890024. Grayscale: #D1D1D1. Windows color (decimal): -8978469 or 14417782. OLE color: 14417782.
HSL color Cylindrical-coordinate representation of color #76FFDB: hue angle of 164.23º 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 #76FFDB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 219 | - |
| CMYK | 0.54 | 0 | 0.14 | 0 |
| HSL | 164.23º | 1% | 0.73% | - |
| HSV(B) | 164.23º | 0.54% | 1% | - |
| XYZ | 56.02 | 80.49 | 79.6 | - |
| YUV | 209.93 | 133.11 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 219 | 0.54 | 0 | 0.14 | 0 | 164.23 | 1 | 0.73 |
| Hex | 76 | FF | DB | 36 | 0 | E | 0 | A4 | 64 | 49 |
| Octal | 166 | 377 | 333 | 66 | 0 | 16 | 0 | 244 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11011011 | 110110 | 0 | 1110 | 0 | 10100100 | 1100100 | 1001001 |
Color Harmonies of #76FFDB
Complementary color
Monochromatic Colors of #76FFDB
Black with #76FFDB
Text Example
Text Example
White with #76FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFDB; }
p { color: rgb(118,255,219); }
H1.HeaderClassName
{
color: #76FFDB;
}
.AnyTagClassName
{
color: #76FFDB;
}
</style>
background-color css
<style>
a { background-color: #76FFDB; }
a { background-color: rgb(118,255,219); }
div.DivClassName
{
background-color: #76FFDB;
}
.BgClassName
{
background-color: #76FFDB;
}
</style>
border-color css
<style>
span { border-color: #76FFDB; }
span { border-color: rgb(118,255,219); }
td.TdClassName
{
border-color: #76FFDB;
}
.TagClassName
{
border-color: #76FFDB;
}
</style>