Shades of Aquamarine #76F8DB
Tints of Aquamarine #76F8DB
RGB
CMYK
RGB Variations
Color information
#76F8DB (or 0x76F8DB) is known color: Aquamarine. HEX triplet: 76, F8 and DB. RGB value is (118,248,219). Sum of RGB (Red+Green+Blue) = 118+248+219=585 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.17% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F8DB is #890724. Grayscale: #CDCDCD. Windows color (decimal): -8980261 or 14415990. OLE color: 14415990.
HSL color Cylindrical-coordinate representation of color #76F8DB: hue angle of 166.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F8DB is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 248 | 219 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.03 |
| HSL | 166.62º | 0.9% | 0.72% | - |
| HSV(B) | 166.62º | 0.52% | 0.97% | - |
| XYZ | 53.82 | 76.1 | 78.87 | - |
| YUV | 205.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 248 | 219 | 0.52 | 0 | 0.12 | 0.03 | 166.62 | 0.9 | 0.72 |
| Hex | 76 | F8 | DB | 34 | 0 | C | 3 | A7 | 5A | 48 |
| Octal | 166 | 370 | 333 | 64 | 0 | 14 | 3 | 247 | 132 | 110 |
| Binary | 1110110 | 11111000 | 11011011 | 110100 | 0 | 1100 | 11 | 10100111 | 1011010 | 1001000 |
Color Harmonies of #76F8DB
Complementary color
Monochromatic Colors of #76F8DB
Black with #76F8DB
Text Example
Text Example
White with #76F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F8DB; }
p { color: rgb(118,248,219); }
H1.HeaderClassName
{
color: #76F8DB;
}
.AnyTagClassName
{
color: #76F8DB;
}
</style>
background-color css
<style>
a { background-color: #76F8DB; }
a { background-color: rgb(118,248,219); }
div.DivClassName
{
background-color: #76F8DB;
}
.BgClassName
{
background-color: #76F8DB;
}
</style>
border-color css
<style>
span { border-color: #76F8DB; }
span { border-color: rgb(118,248,219); }
td.TdClassName
{
border-color: #76F8DB;
}
.TagClassName
{
border-color: #76F8DB;
}
</style>