Shades of Aquamarine #71ECD5
Tints of Aquamarine #71ECD5
RGB
CMYK
RGB Variations
Color information
#71ECD5 (or 0x71ECD5) is known color: Aquamarine. HEX triplet: 71, EC and D5. RGB value is (113,236,213). Sum of RGB (Red+Green+Blue) = 113+236+213=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECD5 is #8E132A. Grayscale: #C4C4C4. Windows color (decimal): -9311019 or 14019697. OLE color: 14019697.
HSL color Cylindrical-coordinate representation of color #71ECD5: hue angle of 168.78º 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 #71ECD5 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 213 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.07 |
| HSL | 168.78º | 0.76% | 0.68% | - |
| HSV(B) | 168.78º | 0.52% | 0.93% | - |
| XYZ | 48.82 | 68.31 | 73.56 | - |
| YUV | 196.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 213 | 0.52 | 0 | 0.10 | 0.07 | 168.78 | 0.76 | 0.68 |
| Hex | 71 | EC | D5 | 34 | 0 | A | 7 | A9 | 4C | 44 |
| Octal | 161 | 354 | 325 | 64 | 0 | 12 | 7 | 251 | 114 | 104 |
| Binary | 1110001 | 11101100 | 11010101 | 110100 | 0 | 1010 | 111 | 10101001 | 1001100 | 1000100 |
Color Harmonies of #71ECD5
Complementary color
Monochromatic Colors of #71ECD5
Black with #71ECD5
Text Example
Text Example
White with #71ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECD5; }
p { color: rgb(113,236,213); }
H1.HeaderClassName
{
color: #71ECD5;
}
.AnyTagClassName
{
color: #71ECD5;
}
</style>
background-color css
<style>
a { background-color: #71ECD5; }
a { background-color: rgb(113,236,213); }
div.DivClassName
{
background-color: #71ECD5;
}
.BgClassName
{
background-color: #71ECD5;
}
</style>
border-color css
<style>
span { border-color: #71ECD5; }
span { border-color: rgb(113,236,213); }
td.TdClassName
{
border-color: #71ECD5;
}
.TagClassName
{
border-color: #71ECD5;
}
</style>