Shades of Medium Aquamarine #71DFA1
Tints of Medium Aquamarine #71DFA1
RGB
CMYK
RGB Variations
Color information
#71DFA1 (or 0x71DFA1) is known color: Medium Aquamarine. HEX triplet: 71, DF and A1. RGB value is (113,223,161). Sum of RGB (Red+Green+Blue) = 113+223+161=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DFA1 is #8E205E. Grayscale: #B7B7B7. Windows color (decimal): -9314399 or 10608497. OLE color: 10608497.
HSL color Cylindrical-coordinate representation of color #71DFA1: hue angle of 146.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFA1 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 161 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.13 |
| HSL | 146.18º | 0.63% | 0.66% | - |
| HSV(B) | 146.18º | 0.49% | 0.87% | - |
| XYZ | 39.63 | 58.86 | 42.99 | - |
| YUV | 183.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 161 | 0.49 | 0 | 0.28 | 0.13 | 146.18 | 0.63 | 0.66 |
| Hex | 71 | DF | A1 | 31 | 0 | 1C | D | 92 | 3F | 42 |
| Octal | 161 | 337 | 241 | 61 | 0 | 34 | 15 | 222 | 77 | 102 |
| Binary | 1110001 | 11011111 | 10100001 | 110001 | 0 | 11100 | 1101 | 10010010 | 111111 | 1000010 |
Color Harmonies of #71DFA1
Complementary color
Monochromatic Colors of #71DFA1
Black with #71DFA1
Text Example
Text Example
White with #71DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFA1; }
p { color: rgb(113,223,161); }
H1.HeaderClassName
{
color: #71DFA1;
}
.AnyTagClassName
{
color: #71DFA1;
}
</style>
background-color css
<style>
a { background-color: #71DFA1; }
a { background-color: rgb(113,223,161); }
div.DivClassName
{
background-color: #71DFA1;
}
.BgClassName
{
background-color: #71DFA1;
}
</style>
border-color css
<style>
span { border-color: #71DFA1; }
span { border-color: rgb(113,223,161); }
td.TdClassName
{
border-color: #71DFA1;
}
.TagClassName
{
border-color: #71DFA1;
}
</style>