Shades of Medium Aquamarine #71F6A4
Tints of Medium Aquamarine #71F6A4
RGB
CMYK
RGB Variations
Color information
#71F6A4 (or 0x71F6A4) is known color: Medium Aquamarine. HEX triplet: 71, F6 and A4. RGB value is (113,246,164). Sum of RGB (Red+Green+Blue) = 113+246+164=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #71F6A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F6A4 is #8E095B. Grayscale: #C5C5C5. Windows color (decimal): -9308508 or 10810993. OLE color: 10810993.
HSL color Cylindrical-coordinate representation of color #71F6A4: hue angle of 143.01º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F6A4 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 246 | 164 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.04 |
| HSL | 143.01º | 0.88% | 0.7% | - |
| HSV(B) | 143.01º | 0.54% | 0.96% | - |
| XYZ | 46.47 | 72.1 | 46.59 | - |
| YUV | 196.89 | 109.44 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 246 | 164 | 0.54 | 0 | 0.33 | 0.04 | 143.01 | 0.88 | 0.7 |
| Hex | 71 | F6 | A4 | 36 | 0 | 21 | 4 | 8F | 58 | 46 |
| Octal | 161 | 366 | 244 | 66 | 0 | 41 | 4 | 217 | 130 | 106 |
| Binary | 1110001 | 11110110 | 10100100 | 110110 | 0 | 100001 | 100 | 10001111 | 1011000 | 1000110 |
Color Harmonies of #71F6A4
Complementary color
Monochromatic Colors of #71F6A4
Black with #71F6A4
Text Example
Text Example
White with #71F6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F6A4; }
p { color: rgb(113,246,164); }
H1.HeaderClassName
{
color: #71F6A4;
}
.AnyTagClassName
{
color: #71F6A4;
}
</style>
background-color css
<style>
a { background-color: #71F6A4; }
a { background-color: rgb(113,246,164); }
div.DivClassName
{
background-color: #71F6A4;
}
.BgClassName
{
background-color: #71F6A4;
}
</style>
border-color css
<style>
span { border-color: #71F6A4; }
span { border-color: rgb(113,246,164); }
td.TdClassName
{
border-color: #71F6A4;
}
.TagClassName
{
border-color: #71F6A4;
}
</style>