Shades of Aquamarine #76EFDD
Tints of Aquamarine #76EFDD
RGB
CMYK
RGB Variations
Color information
#76EFDD (or 0x76EFDD) is known color: Aquamarine. HEX triplet: 76, EF and DD. RGB value is (118,239,221). Sum of RGB (Red+Green+Blue) = 118+239+221=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFDD is #891022. Grayscale: #C8C8C8. Windows color (decimal): -8982563 or 14544758. OLE color: 14544758.
HSL color Cylindrical-coordinate representation of color #76EFDD: hue angle of 171.07º 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 #76EFDD is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 221 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.06 |
| HSL | 171.07º | 0.79% | 0.7% | - |
| HSV(B) | 171.07º | 0.51% | 0.94% | - |
| XYZ | 51.39 | 70.81 | 79.36 | - |
| YUV | 200.77 | 139.41 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 221 | 0.51 | 0 | 0.08 | 0.06 | 171.07 | 0.79 | 0.7 |
| Hex | 76 | EF | DD | 33 | 0 | 8 | 6 | AB | 4F | 46 |
| Octal | 166 | 357 | 335 | 63 | 0 | 10 | 6 | 253 | 117 | 106 |
| Binary | 1110110 | 11101111 | 11011101 | 110011 | 0 | 1000 | 110 | 10101011 | 1001111 | 1000110 |
Color Harmonies of #76EFDD
Complementary color
Monochromatic Colors of #76EFDD
Black with #76EFDD
Text Example
Text Example
White with #76EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EFDD; }
p { color: rgb(118,239,221); }
H1.HeaderClassName
{
color: #76EFDD;
}
.AnyTagClassName
{
color: #76EFDD;
}
</style>
background-color css
<style>
a { background-color: #76EFDD; }
a { background-color: rgb(118,239,221); }
div.DivClassName
{
background-color: #76EFDD;
}
.BgClassName
{
background-color: #76EFDD;
}
</style>
border-color css
<style>
span { border-color: #76EFDD; }
span { border-color: rgb(118,239,221); }
td.TdClassName
{
border-color: #76EFDD;
}
.TagClassName
{
border-color: #76EFDD;
}
</style>