Shades of Aquamarine #76ECDD
Tints of Aquamarine #76ECDD
RGB
CMYK
RGB Variations
Color information
#76ECDD (or 0x76ECDD) is known color: Aquamarine. HEX triplet: 76, EC and DD. RGB value is (118,236,221). Sum of RGB (Red+Green+Blue) = 118+236+221=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECDD is #891322. Grayscale: #C6C6C6. Windows color (decimal): -8983331 or 14543990. OLE color: 14543990.
HSL color Cylindrical-coordinate representation of color #76ECDD: hue angle of 172.37º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECDD is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 221 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.07 |
| HSL | 172.37º | 0.76% | 0.69% | - |
| HSV(B) | 172.37º | 0.5% | 0.93% | - |
| XYZ | 50.52 | 69.06 | 79.07 | - |
| YUV | 199.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 221 | 0.5 | 0 | 0.06 | 0.07 | 172.37 | 0.76 | 0.69 |
| Hex | 76 | EC | DD | 32 | 0 | 6 | 7 | AC | 4C | 45 |
| Octal | 166 | 354 | 335 | 62 | 0 | 6 | 7 | 254 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11011101 | 110010 | 0 | 110 | 111 | 10101100 | 1001100 | 1000101 |
Color Harmonies of #76ECDD
Complementary color
Monochromatic Colors of #76ECDD
Black with #76ECDD
Text Example
Text Example
White with #76ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECDD; }
p { color: rgb(118,236,221); }
H1.HeaderClassName
{
color: #76ECDD;
}
.AnyTagClassName
{
color: #76ECDD;
}
</style>
background-color css
<style>
a { background-color: #76ECDD; }
a { background-color: rgb(118,236,221); }
div.DivClassName
{
background-color: #76ECDD;
}
.BgClassName
{
background-color: #76ECDD;
}
</style>
border-color css
<style>
span { border-color: #76ECDD; }
span { border-color: rgb(118,236,221); }
td.TdClassName
{
border-color: #76ECDD;
}
.TagClassName
{
border-color: #76ECDD;
}
</style>