Shades of Medium Aquamarine #71E6A3
Tints of Medium Aquamarine #71E6A3
RGB
CMYK
RGB Variations
Color information
#71E6A3 (or 0x71E6A3) is known color: Medium Aquamarine. HEX triplet: 71, E6 and A3. RGB value is (113,230,163). Sum of RGB (Red+Green+Blue) = 113+230+163=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #71E6A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E6A3 is #8E195C. Grayscale: #BBBBBB. Windows color (decimal): -9312605 or 10741361. OLE color: 10741361.
HSL color Cylindrical-coordinate representation of color #71E6A3: hue angle of 145.64º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E6A3 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 230 | 163 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.10 |
| HSL | 145.64º | 0.7% | 0.67% | - |
| HSV(B) | 145.64º | 0.51% | 0.9% | - |
| XYZ | 41.72 | 62.75 | 44.56 | - |
| YUV | 187.38 | 114.24 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 230 | 163 | 0.51 | 0 | 0.29 | 0.10 | 145.64 | 0.7 | 0.67 |
| Hex | 71 | E6 | A3 | 33 | 0 | 1D | A | 92 | 46 | 43 |
| Octal | 161 | 346 | 243 | 63 | 0 | 35 | 12 | 222 | 106 | 103 |
| Binary | 1110001 | 11100110 | 10100011 | 110011 | 0 | 11101 | 1010 | 10010010 | 1000110 | 1000011 |
Color Harmonies of #71E6A3
Complementary color
Monochromatic Colors of #71E6A3
Black with #71E6A3
Text Example
Text Example
White with #71E6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E6A3; }
p { color: rgb(113,230,163); }
H1.HeaderClassName
{
color: #71E6A3;
}
.AnyTagClassName
{
color: #71E6A3;
}
</style>
background-color css
<style>
a { background-color: #71E6A3; }
a { background-color: rgb(113,230,163); }
div.DivClassName
{
background-color: #71E6A3;
}
.BgClassName
{
background-color: #71E6A3;
}
</style>
border-color css
<style>
span { border-color: #71E6A3; }
span { border-color: rgb(113,230,163); }
td.TdClassName
{
border-color: #71E6A3;
}
.TagClassName
{
border-color: #71E6A3;
}
</style>