Shades of Aquamarine #76ECD5
Tints of Aquamarine #76ECD5
RGB
CMYK
RGB Variations
Color information
#76ECD5 (or 0x76ECD5) is known color: Aquamarine. HEX triplet: 76, EC and D5. RGB value is (118,236,213). Sum of RGB (Red+Green+Blue) = 118+236+213=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECD5 is #89132A. Grayscale: #C6C6C6. Windows color (decimal): -8983339 or 14019702. OLE color: 14019702.
HSL color Cylindrical-coordinate representation of color #76ECD5: hue angle of 168.31º 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 #76ECD5 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 213 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.07 |
| HSL | 168.31º | 0.76% | 0.69% | - |
| HSV(B) | 168.31º | 0.5% | 0.93% | - |
| XYZ | 49.48 | 68.65 | 73.59 | - |
| YUV | 198.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 213 | 0.5 | 0 | 0.10 | 0.07 | 168.31 | 0.76 | 0.69 |
| Hex | 76 | EC | D5 | 32 | 0 | A | 7 | A8 | 4C | 45 |
| Octal | 166 | 354 | 325 | 62 | 0 | 12 | 7 | 250 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11010101 | 110010 | 0 | 1010 | 111 | 10101000 | 1001100 | 1000101 |
Color Harmonies of #76ECD5
Complementary color
Monochromatic Colors of #76ECD5
Black with #76ECD5
Text Example
Text Example
White with #76ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECD5; }
p { color: rgb(118,236,213); }
H1.HeaderClassName
{
color: #76ECD5;
}
.AnyTagClassName
{
color: #76ECD5;
}
</style>
background-color css
<style>
a { background-color: #76ECD5; }
a { background-color: rgb(118,236,213); }
div.DivClassName
{
background-color: #76ECD5;
}
.BgClassName
{
background-color: #76ECD5;
}
</style>
border-color css
<style>
span { border-color: #76ECD5; }
span { border-color: rgb(118,236,213); }
td.TdClassName
{
border-color: #76ECD5;
}
.TagClassName
{
border-color: #76ECD5;
}
</style>