Shades of Medium Aquamarine #71F1A3
Tints of Medium Aquamarine #71F1A3
RGB
CMYK
RGB Variations
Color information
#71F1A3 (or 0x71F1A3) is known color: Medium Aquamarine. HEX triplet: 71, F1 and A3. RGB value is (113,241,163). Sum of RGB (Red+Green+Blue) = 113+241+163=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F1A3 is #8E0E5C. Grayscale: #C2C2C2. Windows color (decimal): -9309789 or 10744177. OLE color: 10744177.
HSL color Cylindrical-coordinate representation of color #71F1A3: hue angle of 143.44º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F1A3 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 163 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.05 |
| HSL | 143.44º | 0.82% | 0.69% | - |
| HSV(B) | 143.44º | 0.53% | 0.95% | - |
| XYZ | 44.88 | 69.07 | 45.62 | - |
| YUV | 193.84 | 110.59 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 163 | 0.53 | 0 | 0.32 | 0.05 | 143.44 | 0.82 | 0.69 |
| Hex | 71 | F1 | A3 | 35 | 0 | 20 | 5 | 8F | 52 | 45 |
| Octal | 161 | 361 | 243 | 65 | 0 | 40 | 5 | 217 | 122 | 105 |
| Binary | 1110001 | 11110001 | 10100011 | 110101 | 0 | 100000 | 101 | 10001111 | 1010010 | 1000101 |
Color Harmonies of #71F1A3
Complementary color
Monochromatic Colors of #71F1A3
Black with #71F1A3
Text Example
Text Example
White with #71F1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F1A3; }
p { color: rgb(113,241,163); }
H1.HeaderClassName
{
color: #71F1A3;
}
.AnyTagClassName
{
color: #71F1A3;
}
</style>
background-color css
<style>
a { background-color: #71F1A3; }
a { background-color: rgb(113,241,163); }
div.DivClassName
{
background-color: #71F1A3;
}
.BgClassName
{
background-color: #71F1A3;
}
</style>
border-color css
<style>
span { border-color: #71F1A3; }
span { border-color: rgb(113,241,163); }
td.TdClassName
{
border-color: #71F1A3;
}
.TagClassName
{
border-color: #71F1A3;
}
</style>