Shades of Medium Aquamarine #71DB9F
Tints of Medium Aquamarine #71DB9F
RGB
CMYK
RGB Variations
Color information
#71DB9F (or 0x71DB9F) is known color: Medium Aquamarine. HEX triplet: 71, DB and 9F. RGB value is (113,219,159). Sum of RGB (Red+Green+Blue) = 113+219+159=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DB9F is #8E2460. Grayscale: #B4B4B4. Windows color (decimal): -9315425 or 10476401. OLE color: 10476401.
HSL color Cylindrical-coordinate representation of color #71DB9F: hue angle of 146.04º 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 #71DB9F is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 159 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.14 |
| HSL | 146.04º | 0.6% | 0.65% | - |
| HSV(B) | 146.04º | 0.48% | 0.86% | - |
| XYZ | 38.4 | 56.68 | 41.72 | - |
| YUV | 180.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 159 | 0.48 | 0 | 0.27 | 0.14 | 146.04 | 0.6 | 0.65 |
| Hex | 71 | DB | 9F | 30 | 0 | 1B | E | 92 | 3C | 41 |
| Octal | 161 | 333 | 237 | 60 | 0 | 33 | 16 | 222 | 74 | 101 |
| Binary | 1110001 | 11011011 | 10011111 | 110000 | 0 | 11011 | 1110 | 10010010 | 111100 | 1000001 |
Color Harmonies of #71DB9F
Complementary color
Monochromatic Colors of #71DB9F
Black with #71DB9F
Text Example
Text Example
White with #71DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB9F; }
p { color: rgb(113,219,159); }
H1.HeaderClassName
{
color: #71DB9F;
}
.AnyTagClassName
{
color: #71DB9F;
}
</style>
background-color css
<style>
a { background-color: #71DB9F; }
a { background-color: rgb(113,219,159); }
div.DivClassName
{
background-color: #71DB9F;
}
.BgClassName
{
background-color: #71DB9F;
}
</style>
border-color css
<style>
span { border-color: #71DB9F; }
span { border-color: rgb(113,219,159); }
td.TdClassName
{
border-color: #71DB9F;
}
.TagClassName
{
border-color: #71DB9F;
}
</style>