Shades of Aquamarine #71ECC6
Tints of Aquamarine #71ECC6
RGB
CMYK
RGB Variations
Color information
#71ECC6 (or 0x71ECC6) is known color: Aquamarine. HEX triplet: 71, EC and C6. RGB value is (113,236,198). Sum of RGB (Red+Green+Blue) = 113+236+198=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECC6 is #8E1339. Grayscale: #C2C2C2. Windows color (decimal): -9311034 or 13036657. OLE color: 13036657.
HSL color Cylindrical-coordinate representation of color #71ECC6: hue angle of 161.46º 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 #71ECC6 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 198 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.07 |
| HSL | 161.46º | 0.76% | 0.68% | - |
| HSV(B) | 161.46º | 0.52% | 0.93% | - |
| XYZ | 47 | 67.58 | 63.99 | - |
| YUV | 194.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 198 | 0.52 | 0 | 0.16 | 0.07 | 161.46 | 0.76 | 0.68 |
| Hex | 71 | EC | C6 | 34 | 0 | 10 | 7 | A1 | 4C | 44 |
| Octal | 161 | 354 | 306 | 64 | 0 | 20 | 7 | 241 | 114 | 104 |
| Binary | 1110001 | 11101100 | 11000110 | 110100 | 0 | 10000 | 111 | 10100001 | 1001100 | 1000100 |
Color Harmonies of #71ECC6
Complementary color
Monochromatic Colors of #71ECC6
Black with #71ECC6
Text Example
Text Example
White with #71ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECC6; }
p { color: rgb(113,236,198); }
H1.HeaderClassName
{
color: #71ECC6;
}
.AnyTagClassName
{
color: #71ECC6;
}
</style>
background-color css
<style>
a { background-color: #71ECC6; }
a { background-color: rgb(113,236,198); }
div.DivClassName
{
background-color: #71ECC6;
}
.BgClassName
{
background-color: #71ECC6;
}
</style>
border-color css
<style>
span { border-color: #71ECC6; }
span { border-color: rgb(113,236,198); }
td.TdClassName
{
border-color: #71ECC6;
}
.TagClassName
{
border-color: #71ECC6;
}
</style>