Shades of Medium Aquamarine #71D69E
Tints of Medium Aquamarine #71D69E
RGB
CMYK
RGB Variations
Color information
#71D69E (or 0x71D69E) is known color: Medium Aquamarine. HEX triplet: 71, D6 and 9E. RGB value is (113,214,158). Sum of RGB (Red+Green+Blue) = 113+214+158=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #71D69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D69E is #8E2961. Grayscale: #B1B1B1. Windows color (decimal): -9316706 or 10409585. OLE color: 10409585.
HSL color Cylindrical-coordinate representation of color #71D69E: hue angle of 146.73º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D69E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 158 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.16 |
| HSL | 146.73º | 0.55% | 0.64% | - |
| HSV(B) | 146.73º | 0.47% | 0.84% | - |
| XYZ | 37.03 | 54.07 | 40.83 | - |
| YUV | 177.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 158 | 0.47 | 0 | 0.26 | 0.16 | 146.73 | 0.55 | 0.64 |
| Hex | 71 | D6 | 9E | 2F | 0 | 1A | 10 | 93 | 37 | 40 |
| Octal | 161 | 326 | 236 | 57 | 0 | 32 | 20 | 223 | 67 | 100 |
| Binary | 1110001 | 11010110 | 10011110 | 101111 | 0 | 11010 | 10000 | 10010011 | 110111 | 1000000 |
Color Harmonies of #71D69E
Complementary color
Monochromatic Colors of #71D69E
Black with #71D69E
Text Example
Text Example
White with #71D69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D69E; }
p { color: rgb(113,214,158); }
H1.HeaderClassName
{
color: #71D69E;
}
.AnyTagClassName
{
color: #71D69E;
}
</style>
background-color css
<style>
a { background-color: #71D69E; }
a { background-color: rgb(113,214,158); }
div.DivClassName
{
background-color: #71D69E;
}
.BgClassName
{
background-color: #71D69E;
}
</style>
border-color css
<style>
span { border-color: #71D69E; }
span { border-color: rgb(113,214,158); }
td.TdClassName
{
border-color: #71D69E;
}
.TagClassName
{
border-color: #71D69E;
}
</style>