Shades of Medium Aquamarine #71DBAF
Tints of Medium Aquamarine #71DBAF
RGB
CMYK
RGB Variations
Color information
#71DBAF (or 0x71DBAF) is known color: Medium Aquamarine. HEX triplet: 71, DB and AF. RGB value is (113,219,175). Sum of RGB (Red+Green+Blue) = 113+219+175=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DBAF is #8E2450. Grayscale: #B6B6B6. Windows color (decimal): -9315409 or 11524977. OLE color: 11524977.
HSL color Cylindrical-coordinate representation of color #71DBAF: hue angle of 155.09º 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 #71DBAF is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 175 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.14 |
| HSL | 155.09º | 0.6% | 0.65% | - |
| HSV(B) | 155.09º | 0.48% | 0.86% | - |
| XYZ | 39.88 | 57.27 | 49.51 | - |
| YUV | 182.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 175 | 0.48 | 0 | 0.20 | 0.14 | 155.09 | 0.6 | 0.65 |
| Hex | 71 | DB | AF | 30 | 0 | 14 | E | 9B | 3C | 41 |
| Octal | 161 | 333 | 257 | 60 | 0 | 24 | 16 | 233 | 74 | 101 |
| Binary | 1110001 | 11011011 | 10101111 | 110000 | 0 | 10100 | 1110 | 10011011 | 111100 | 1000001 |
Color Harmonies of #71DBAF
Complementary color
Monochromatic Colors of #71DBAF
Black with #71DBAF
Text Example
Text Example
White with #71DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DBAF; }
p { color: rgb(113,219,175); }
H1.HeaderClassName
{
color: #71DBAF;
}
.AnyTagClassName
{
color: #71DBAF;
}
</style>
background-color css
<style>
a { background-color: #71DBAF; }
a { background-color: rgb(113,219,175); }
div.DivClassName
{
background-color: #71DBAF;
}
.BgClassName
{
background-color: #71DBAF;
}
</style>
border-color css
<style>
span { border-color: #71DBAF; }
span { border-color: rgb(113,219,175); }
td.TdClassName
{
border-color: #71DBAF;
}
.TagClassName
{
border-color: #71DBAF;
}
</style>