Shades of Medium Aquamarine #71C49F
Tints of Medium Aquamarine #71C49F
RGB
CMYK
RGB Variations
Color information
#71C49F (or 0x71C49F) is known color: Medium Aquamarine. HEX triplet: 71, C4 and 9F. RGB value is (113,196,159). Sum of RGB (Red+Green+Blue) = 113+196+159=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #71C49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C49F is #8E3B60. Grayscale: #A7A7A7. Windows color (decimal): -9321313 or 10470513. OLE color: 10470513.
HSL color Cylindrical-coordinate representation of color #71C49F: hue angle of 153.25º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71C49F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 196 | 159 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.23 |
| HSL | 153.25º | 0.41% | 0.61% | - |
| HSV(B) | 153.25º | 0.42% | 0.77% | - |
| XYZ | 32.81 | 45.49 | 39.85 | - |
| YUV | 166.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 196 | 159 | 0.42 | 0 | 0.19 | 0.23 | 153.25 | 0.41 | 0.61 |
| Hex | 71 | C4 | 9F | 2A | 0 | 13 | 17 | 99 | 29 | 3D |
| Octal | 161 | 304 | 237 | 52 | 0 | 23 | 27 | 231 | 51 | 75 |
| Binary | 1110001 | 11000100 | 10011111 | 101010 | 0 | 10011 | 10111 | 10011001 | 101001 | 111101 |
Color Harmonies of #71C49F
Complementary color
Monochromatic Colors of #71C49F
Black with #71C49F
Text Example
Text Example
White with #71C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C49F; }
p { color: rgb(113,196,159); }
H1.HeaderClassName
{
color: #71C49F;
}
.AnyTagClassName
{
color: #71C49F;
}
</style>
background-color css
<style>
a { background-color: #71C49F; }
a { background-color: rgb(113,196,159); }
div.DivClassName
{
background-color: #71C49F;
}
.BgClassName
{
background-color: #71C49F;
}
</style>
border-color css
<style>
span { border-color: #71C49F; }
span { border-color: rgb(113,196,159); }
td.TdClassName
{
border-color: #71C49F;
}
.TagClassName
{
border-color: #71C49F;
}
</style>