Shades of Aquamarine #71ECCE
Tints of Aquamarine #71ECCE
RGB
CMYK
RGB Variations
Color information
#71ECCE (or 0x71ECCE) is known color: Aquamarine. HEX triplet: 71, EC and CE. RGB value is (113,236,206). Sum of RGB (Red+Green+Blue) = 113+236+206=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECCE is #8E1331. Grayscale: #C3C3C3. Windows color (decimal): -9311026 or 13560945. OLE color: 13560945.
HSL color Cylindrical-coordinate representation of color #71ECCE: hue angle of 165.37º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECCE is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 206 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.07 |
| HSL | 165.37º | 0.76% | 0.68% | - |
| HSV(B) | 165.37º | 0.52% | 0.93% | - |
| XYZ | 47.95 | 67.96 | 68.98 | - |
| YUV | 195.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 206 | 0.52 | 0 | 0.13 | 0.07 | 165.37 | 0.76 | 0.68 |
| Hex | 71 | EC | CE | 34 | 0 | D | 7 | A5 | 4C | 44 |
| Octal | 161 | 354 | 316 | 64 | 0 | 15 | 7 | 245 | 114 | 104 |
| Binary | 1110001 | 11101100 | 11001110 | 110100 | 0 | 1101 | 111 | 10100101 | 1001100 | 1000100 |
Color Harmonies of #71ECCE
Complementary color
Monochromatic Colors of #71ECCE
Black with #71ECCE
Text Example
Text Example
White with #71ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECCE; }
p { color: rgb(113,236,206); }
H1.HeaderClassName
{
color: #71ECCE;
}
.AnyTagClassName
{
color: #71ECCE;
}
</style>
background-color css
<style>
a { background-color: #71ECCE; }
a { background-color: rgb(113,236,206); }
div.DivClassName
{
background-color: #71ECCE;
}
.BgClassName
{
background-color: #71ECCE;
}
</style>
border-color css
<style>
span { border-color: #71ECCE; }
span { border-color: rgb(113,236,206); }
td.TdClassName
{
border-color: #71ECCE;
}
.TagClassName
{
border-color: #71ECCE;
}
</style>