Shades of Medium Aquamarine #71E5AC
Tints of Medium Aquamarine #71E5AC
RGB
CMYK
RGB Variations
Color information
#71E5AC (or 0x71E5AC) is known color: Medium Aquamarine. HEX triplet: 71, E5 and AC. RGB value is (113,229,172). Sum of RGB (Red+Green+Blue) = 113+229+172=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #71E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E5AC is #8E1A53. Grayscale: #BBBBBB. Windows color (decimal): -9312852 or 11330929. OLE color: 11330929.
HSL color Cylindrical-coordinate representation of color #71E5AC: hue angle of 150.52º degrees, saturation: 0.69, 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 #71E5AC is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 229 | 172 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.10 |
| HSL | 150.52º | 0.69% | 0.67% | - |
| HSV(B) | 150.52º | 0.51% | 0.9% | - |
| XYZ | 42.28 | 62.53 | 48.87 | - |
| YUV | 187.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 229 | 172 | 0.51 | 0 | 0.25 | 0.10 | 150.52 | 0.69 | 0.67 |
| Hex | 71 | E5 | AC | 33 | 0 | 19 | A | 97 | 45 | 43 |
| Octal | 161 | 345 | 254 | 63 | 0 | 31 | 12 | 227 | 105 | 103 |
| Binary | 1110001 | 11100101 | 10101100 | 110011 | 0 | 11001 | 1010 | 10010111 | 1000101 | 1000011 |
Color Harmonies of #71E5AC
Complementary color
Monochromatic Colors of #71E5AC
Black with #71E5AC
Text Example
Text Example
White with #71E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E5AC; }
p { color: rgb(113,229,172); }
H1.HeaderClassName
{
color: #71E5AC;
}
.AnyTagClassName
{
color: #71E5AC;
}
</style>
background-color css
<style>
a { background-color: #71E5AC; }
a { background-color: rgb(113,229,172); }
div.DivClassName
{
background-color: #71E5AC;
}
.BgClassName
{
background-color: #71E5AC;
}
</style>
border-color css
<style>
span { border-color: #71E5AC; }
span { border-color: rgb(113,229,172); }
td.TdClassName
{
border-color: #71E5AC;
}
.TagClassName
{
border-color: #71E5AC;
}
</style>