Shades of Medium Aquamarine #71EFA4
Tints of Medium Aquamarine #71EFA4
RGB
CMYK
RGB Variations
Color information
#71EFA4 (or 0x71EFA4) is known color: Medium Aquamarine. HEX triplet: 71, EF and A4. RGB value is (113,239,164). Sum of RGB (Red+Green+Blue) = 113+239+164=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EFA4 is #8E105B. Grayscale: #C0C0C0. Windows color (decimal): -9310300 or 10809201. OLE color: 10809201.
HSL color Cylindrical-coordinate representation of color #71EFA4: hue angle of 144.29º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFA4 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 164 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.06 |
| HSL | 144.29º | 0.8% | 0.69% | - |
| HSV(B) | 144.29º | 0.53% | 0.94% | - |
| XYZ | 44.38 | 67.92 | 45.89 | - |
| YUV | 192.78 | 111.76 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 164 | 0.53 | 0 | 0.31 | 0.06 | 144.29 | 0.8 | 0.69 |
| Hex | 71 | EF | A4 | 35 | 0 | 1F | 6 | 90 | 50 | 45 |
| Octal | 161 | 357 | 244 | 65 | 0 | 37 | 6 | 220 | 120 | 105 |
| Binary | 1110001 | 11101111 | 10100100 | 110101 | 0 | 11111 | 110 | 10010000 | 1010000 | 1000101 |
Color Harmonies of #71EFA4
Complementary color
Monochromatic Colors of #71EFA4
Black with #71EFA4
Text Example
Text Example
White with #71EFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFA4; }
p { color: rgb(113,239,164); }
H1.HeaderClassName
{
color: #71EFA4;
}
.AnyTagClassName
{
color: #71EFA4;
}
</style>
background-color css
<style>
a { background-color: #71EFA4; }
a { background-color: rgb(113,239,164); }
div.DivClassName
{
background-color: #71EFA4;
}
.BgClassName
{
background-color: #71EFA4;
}
</style>
border-color css
<style>
span { border-color: #71EFA4; }
span { border-color: rgb(113,239,164); }
td.TdClassName
{
border-color: #71EFA4;
}
.TagClassName
{
border-color: #71EFA4;
}
</style>