Shades of Medium Aquamarine #71C2A8
Tints of Medium Aquamarine #71C2A8
RGB
CMYK
RGB Variations
Color information
#71C2A8 (or 0x71C2A8) is known color: Medium Aquamarine. HEX triplet: 71, C2 and A8. RGB value is (113,194,168). Sum of RGB (Red+Green+Blue) = 113+194+168=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #71C2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C2A8 is #8E3D57. Grayscale: #A6A6A6. Windows color (decimal): -9321816 or 11059825. OLE color: 11059825.
HSL color Cylindrical-coordinate representation of color #71C2A8: hue angle of 160.74º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C2A8 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 194 | 168 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.24 |
| HSL | 160.74º | 0.4% | 0.6% | - |
| HSV(B) | 160.74º | 0.42% | 0.76% | - |
| XYZ | 33.17 | 44.92 | 43.97 | - |
| YUV | 166.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 194 | 168 | 0.42 | 0 | 0.13 | 0.24 | 160.74 | 0.4 | 0.6 |
| Hex | 71 | C2 | A8 | 2A | 0 | D | 18 | A1 | 28 | 3C |
| Octal | 161 | 302 | 250 | 52 | 0 | 15 | 30 | 241 | 50 | 74 |
| Binary | 1110001 | 11000010 | 10101000 | 101010 | 0 | 1101 | 11000 | 10100001 | 101000 | 111100 |
Color Harmonies of #71C2A8
Complementary color
Monochromatic Colors of #71C2A8
Black with #71C2A8
Text Example
Text Example
White with #71C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C2A8; }
p { color: rgb(113,194,168); }
H1.HeaderClassName
{
color: #71C2A8;
}
.AnyTagClassName
{
color: #71C2A8;
}
</style>
background-color css
<style>
a { background-color: #71C2A8; }
a { background-color: rgb(113,194,168); }
div.DivClassName
{
background-color: #71C2A8;
}
.BgClassName
{
background-color: #71C2A8;
}
</style>
border-color css
<style>
span { border-color: #71C2A8; }
span { border-color: rgb(113,194,168); }
td.TdClassName
{
border-color: #71C2A8;
}
.TagClassName
{
border-color: #71C2A8;
}
</style>