Shades of Aquamarine #71ECDB
Tints of Aquamarine #71ECDB
RGB
CMYK
RGB Variations
Color information
#71ECDB (or 0x71ECDB) is known color: Aquamarine. HEX triplet: 71, EC and DB. RGB value is (113,236,219). Sum of RGB (Red+Green+Blue) = 113+236+219=568 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.89% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECDB is #8E1324. Grayscale: #C5C5C5. Windows color (decimal): -9311013 or 14412913. OLE color: 14412913.
HSL color Cylindrical-coordinate representation of color #71ECDB: hue angle of 171.71º 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 #71ECDB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 219 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.07 |
| HSL | 171.71º | 0.76% | 0.68% | - |
| HSV(B) | 171.71º | 0.52% | 0.93% | - |
| XYZ | 49.59 | 68.62 | 77.65 | - |
| YUV | 197.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 219 | 0.52 | 0 | 0.07 | 0.07 | 171.71 | 0.76 | 0.68 |
| Hex | 71 | EC | DB | 34 | 0 | 7 | 7 | AC | 4C | 44 |
| Octal | 161 | 354 | 333 | 64 | 0 | 7 | 7 | 254 | 114 | 104 |
| Binary | 1110001 | 11101100 | 11011011 | 110100 | 0 | 111 | 111 | 10101100 | 1001100 | 1000100 |
Color Harmonies of #71ECDB
Complementary color
Monochromatic Colors of #71ECDB
Black with #71ECDB
Text Example
Text Example
White with #71ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECDB; }
p { color: rgb(113,236,219); }
H1.HeaderClassName
{
color: #71ECDB;
}
.AnyTagClassName
{
color: #71ECDB;
}
</style>
background-color css
<style>
a { background-color: #71ECDB; }
a { background-color: rgb(113,236,219); }
div.DivClassName
{
background-color: #71ECDB;
}
.BgClassName
{
background-color: #71ECDB;
}
</style>
border-color css
<style>
span { border-color: #71ECDB; }
span { border-color: rgb(113,236,219); }
td.TdClassName
{
border-color: #71ECDB;
}
.TagClassName
{
border-color: #71ECDB;
}
</style>