Shades of Medium Aquamarine #71DAB0
Tints of Medium Aquamarine #71DAB0
RGB
CMYK
RGB Variations
Color information
#71DAB0 (or 0x71DAB0) is known color: Medium Aquamarine. HEX triplet: 71, DA and B0. RGB value is (113,218,176). Sum of RGB (Red+Green+Blue) = 113+218+176=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #71DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DAB0 is #8E254F. Grayscale: #B5B5B5. Windows color (decimal): -9315664 or 11590257. OLE color: 11590257.
HSL color Cylindrical-coordinate representation of color #71DAB0: hue angle of 156º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DAB0 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 218 | 176 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.15 |
| HSL | 156º | 0.59% | 0.65% | - |
| HSV(B) | 156º | 0.48% | 0.85% | - |
| XYZ | 39.72 | 56.79 | 49.94 | - |
| YUV | 181.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 218 | 176 | 0.48 | 0 | 0.19 | 0.15 | 156 | 0.59 | 0.65 |
| Hex | 71 | DA | B0 | 30 | 0 | 13 | F | 9C | 3B | 41 |
| Octal | 161 | 332 | 260 | 60 | 0 | 23 | 17 | 234 | 73 | 101 |
| Binary | 1110001 | 11011010 | 10110000 | 110000 | 0 | 10011 | 1111 | 10011100 | 111011 | 1000001 |
Color Harmonies of #71DAB0
Complementary color
Monochromatic Colors of #71DAB0
Black with #71DAB0
Text Example
Text Example
White with #71DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DAB0; }
p { color: rgb(113,218,176); }
H1.HeaderClassName
{
color: #71DAB0;
}
.AnyTagClassName
{
color: #71DAB0;
}
</style>
background-color css
<style>
a { background-color: #71DAB0; }
a { background-color: rgb(113,218,176); }
div.DivClassName
{
background-color: #71DAB0;
}
.BgClassName
{
background-color: #71DAB0;
}
</style>
border-color css
<style>
span { border-color: #71DAB0; }
span { border-color: rgb(113,218,176); }
td.TdClassName
{
border-color: #71DAB0;
}
.TagClassName
{
border-color: #71DAB0;
}
</style>