Shades of Medium Aquamarine #71DFA8
Tints of Medium Aquamarine #71DFA8
RGB
CMYK
RGB Variations
Color information
#71DFA8 (or 0x71DFA8) is known color: Medium Aquamarine. HEX triplet: 71, DF and A8. RGB value is (113,223,168). Sum of RGB (Red+Green+Blue) = 113+223+168=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DFA8 is #8E2057. Grayscale: #B7B7B7. Windows color (decimal): -9314392 or 11067249. OLE color: 11067249.
HSL color Cylindrical-coordinate representation of color #71DFA8: hue angle of 150º 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 #71DFA8 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 168 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.13 |
| HSL | 150º | 0.63% | 0.66% | - |
| HSV(B) | 150º | 0.49% | 0.87% | - |
| XYZ | 40.27 | 59.11 | 46.33 | - |
| YUV | 183.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 168 | 0.49 | 0 | 0.25 | 0.13 | 150 | 0.63 | 0.66 |
| Hex | 71 | DF | A8 | 31 | 0 | 19 | D | 96 | 3F | 42 |
| Octal | 161 | 337 | 250 | 61 | 0 | 31 | 15 | 226 | 77 | 102 |
| Binary | 1110001 | 11011111 | 10101000 | 110001 | 0 | 11001 | 1101 | 10010110 | 111111 | 1000010 |
Color Harmonies of #71DFA8
Complementary color
Monochromatic Colors of #71DFA8
Black with #71DFA8
Text Example
Text Example
White with #71DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFA8; }
p { color: rgb(113,223,168); }
H1.HeaderClassName
{
color: #71DFA8;
}
.AnyTagClassName
{
color: #71DFA8;
}
</style>
background-color css
<style>
a { background-color: #71DFA8; }
a { background-color: rgb(113,223,168); }
div.DivClassName
{
background-color: #71DFA8;
}
.BgClassName
{
background-color: #71DFA8;
}
</style>
border-color css
<style>
span { border-color: #71DFA8; }
span { border-color: rgb(113,223,168); }
td.TdClassName
{
border-color: #71DFA8;
}
.TagClassName
{
border-color: #71DFA8;
}
</style>