Shades of Medium Aquamarine #71E29B
Tints of Medium Aquamarine #71E29B
RGB
CMYK
RGB Variations
Color information
#71E29B (or 0x71E29B) is known color: Medium Aquamarine. HEX triplet: 71, E2 and 9B. RGB value is (113,226,155). Sum of RGB (Red+Green+Blue) = 113+226+155=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #71E29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E29B is #8E1D64. Grayscale: #B8B8B8. Windows color (decimal): -9313637 or 10216049. OLE color: 10216049.
HSL color Cylindrical-coordinate representation of color #71E29B: hue angle of 142.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E29B is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 155 | - |
| CMYK | 0.5 | 0 | 0.31 | 0.11 |
| HSL | 142.3º | 0.66% | 0.66% | - |
| HSV(B) | 142.3º | 0.5% | 0.89% | - |
| XYZ | 39.92 | 60.27 | 40.54 | - |
| YUV | 184.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 155 | 0.5 | 0 | 0.31 | 0.11 | 142.3 | 0.66 | 0.66 |
| Hex | 71 | E2 | 9B | 32 | 0 | 1F | B | 8E | 42 | 42 |
| Octal | 161 | 342 | 233 | 62 | 0 | 37 | 13 | 216 | 102 | 102 |
| Binary | 1110001 | 11100010 | 10011011 | 110010 | 0 | 11111 | 1011 | 10001110 | 1000010 | 1000010 |
Color Harmonies of #71E29B
Complementary color
Monochromatic Colors of #71E29B
Black with #71E29B
Text Example
Text Example
White with #71E29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E29B; }
p { color: rgb(113,226,155); }
H1.HeaderClassName
{
color: #71E29B;
}
.AnyTagClassName
{
color: #71E29B;
}
</style>
background-color css
<style>
a { background-color: #71E29B; }
a { background-color: rgb(113,226,155); }
div.DivClassName
{
background-color: #71E29B;
}
.BgClassName
{
background-color: #71E29B;
}
</style>
border-color css
<style>
span { border-color: #71E29B; }
span { border-color: rgb(113,226,155); }
td.TdClassName
{
border-color: #71E29B;
}
.TagClassName
{
border-color: #71E29B;
}
</style>