Shades of Medium Aquamarine #71EC9C
Tints of Medium Aquamarine #71EC9C
RGB
CMYK
RGB Variations
Color information
#71EC9C (or 0x71EC9C) is known color: Medium Aquamarine. HEX triplet: 71, EC and 9C. RGB value is (113,236,156). Sum of RGB (Red+Green+Blue) = 113+236+156=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EC9C is #8E1363. Grayscale: #BEBEBE. Windows color (decimal): -9311076 or 10284145. OLE color: 10284145.
HSL color Cylindrical-coordinate representation of color #71EC9C: hue angle of 140.98º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EC9C is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 156 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.07 |
| HSL | 140.98º | 0.76% | 0.68% | - |
| HSV(B) | 140.98º | 0.52% | 0.93% | - |
| XYZ | 42.81 | 65.9 | 41.92 | - |
| YUV | 190.1 | 108.75 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 156 | 0.52 | 0 | 0.34 | 0.07 | 140.98 | 0.76 | 0.68 |
| Hex | 71 | EC | 9C | 34 | 0 | 22 | 7 | 8D | 4C | 44 |
| Octal | 161 | 354 | 234 | 64 | 0 | 42 | 7 | 215 | 114 | 104 |
| Binary | 1110001 | 11101100 | 10011100 | 110100 | 0 | 100010 | 111 | 10001101 | 1001100 | 1000100 |
Color Harmonies of #71EC9C
Complementary color
Monochromatic Colors of #71EC9C
Black with #71EC9C
Text Example
Text Example
White with #71EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC9C; }
p { color: rgb(113,236,156); }
H1.HeaderClassName
{
color: #71EC9C;
}
.AnyTagClassName
{
color: #71EC9C;
}
</style>
background-color css
<style>
a { background-color: #71EC9C; }
a { background-color: rgb(113,236,156); }
div.DivClassName
{
background-color: #71EC9C;
}
.BgClassName
{
background-color: #71EC9C;
}
</style>
border-color css
<style>
span { border-color: #71EC9C; }
span { border-color: rgb(113,236,156); }
td.TdClassName
{
border-color: #71EC9C;
}
.TagClassName
{
border-color: #71EC9C;
}
</style>