Shades of Medium Aquamarine #71DB9E
Tints of Medium Aquamarine #71DB9E
RGB
CMYK
RGB Variations
Color information
#71DB9E (or 0x71DB9E) is known color: Medium Aquamarine. HEX triplet: 71, DB and 9E. RGB value is (113,219,158). Sum of RGB (Red+Green+Blue) = 113+219+158=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DB9E is #8E2461. Grayscale: #B4B4B4. Windows color (decimal): -9315426 or 10410865. OLE color: 10410865.
HSL color Cylindrical-coordinate representation of color #71DB9E: hue angle of 145.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DB9E is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 158 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.14 |
| HSL | 145.47º | 0.6% | 0.65% | - |
| HSV(B) | 145.47º | 0.48% | 0.86% | - |
| XYZ | 38.31 | 56.64 | 41.26 | - |
| YUV | 180.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 158 | 0.48 | 0 | 0.28 | 0.14 | 145.47 | 0.6 | 0.65 |
| Hex | 71 | DB | 9E | 30 | 0 | 1C | E | 91 | 3C | 41 |
| Octal | 161 | 333 | 236 | 60 | 0 | 34 | 16 | 221 | 74 | 101 |
| Binary | 1110001 | 11011011 | 10011110 | 110000 | 0 | 11100 | 1110 | 10010001 | 111100 | 1000001 |
Color Harmonies of #71DB9E
Complementary color
Monochromatic Colors of #71DB9E
Black with #71DB9E
Text Example
Text Example
White with #71DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB9E; }
p { color: rgb(113,219,158); }
H1.HeaderClassName
{
color: #71DB9E;
}
.AnyTagClassName
{
color: #71DB9E;
}
</style>
background-color css
<style>
a { background-color: #71DB9E; }
a { background-color: rgb(113,219,158); }
div.DivClassName
{
background-color: #71DB9E;
}
.BgClassName
{
background-color: #71DB9E;
}
</style>
border-color css
<style>
span { border-color: #71DB9E; }
span { border-color: rgb(113,219,158); }
td.TdClassName
{
border-color: #71DB9E;
}
.TagClassName
{
border-color: #71DB9E;
}
</style>