Shades of Aquamarine #76EFDC
Tints of Aquamarine #76EFDC
RGB
CMYK
RGB Variations
Color information
#76EFDC (or 0x76EFDC) is known color: Aquamarine. HEX triplet: 76, EF and DC. RGB value is (118,239,220). Sum of RGB (Red+Green+Blue) = 118+239+220=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFDC is #891023. Grayscale: #C8C8C8. Windows color (decimal): -8982564 or 14479222. OLE color: 14479222.
HSL color Cylindrical-coordinate representation of color #76EFDC: hue angle of 170.58º 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 #76EFDC is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 220 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.06 |
| HSL | 170.58º | 0.79% | 0.7% | - |
| HSV(B) | 170.58º | 0.51% | 0.94% | - |
| XYZ | 51.26 | 70.75 | 78.67 | - |
| YUV | 200.66 | 138.91 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 220 | 0.51 | 0 | 0.08 | 0.06 | 170.58 | 0.79 | 0.7 |
| Hex | 76 | EF | DC | 33 | 0 | 8 | 6 | AB | 4F | 46 |
| Octal | 166 | 357 | 334 | 63 | 0 | 10 | 6 | 253 | 117 | 106 |
| Binary | 1110110 | 11101111 | 11011100 | 110011 | 0 | 1000 | 110 | 10101011 | 1001111 | 1000110 |
Color Harmonies of #76EFDC
Complementary color
Monochromatic Colors of #76EFDC
Black with #76EFDC
Text Example
Text Example
White with #76EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EFDC; }
p { color: rgb(118,239,220); }
H1.HeaderClassName
{
color: #76EFDC;
}
.AnyTagClassName
{
color: #76EFDC;
}
</style>
background-color css
<style>
a { background-color: #76EFDC; }
a { background-color: rgb(118,239,220); }
div.DivClassName
{
background-color: #76EFDC;
}
.BgClassName
{
background-color: #76EFDC;
}
</style>
border-color css
<style>
span { border-color: #76EFDC; }
span { border-color: rgb(118,239,220); }
td.TdClassName
{
border-color: #76EFDC;
}
.TagClassName
{
border-color: #76EFDC;
}
</style>