Shades of Medium Aquamarine #71DBB2
Tints of Medium Aquamarine #71DBB2
RGB
CMYK
RGB Variations
Color information
#71DBB2 (or 0x71DBB2) is known color: Medium Aquamarine. HEX triplet: 71, DB and B2. RGB value is (113,219,178). Sum of RGB (Red+Green+Blue) = 113+219+178=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DBB2 is #8E244D. Grayscale: #B6B6B6. Windows color (decimal): -9315406 or 11721585. OLE color: 11721585.
HSL color Cylindrical-coordinate representation of color #71DBB2: hue angle of 156.79º 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 #71DBB2 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 178 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.14 |
| HSL | 156.79º | 0.6% | 0.65% | - |
| HSV(B) | 156.79º | 0.48% | 0.86% | - |
| XYZ | 40.18 | 57.39 | 51.08 | - |
| YUV | 182.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 178 | 0.48 | 0 | 0.19 | 0.14 | 156.79 | 0.6 | 0.65 |
| Hex | 71 | DB | B2 | 30 | 0 | 13 | E | 9D | 3C | 41 |
| Octal | 161 | 333 | 262 | 60 | 0 | 23 | 16 | 235 | 74 | 101 |
| Binary | 1110001 | 11011011 | 10110010 | 110000 | 0 | 10011 | 1110 | 10011101 | 111100 | 1000001 |
Color Harmonies of #71DBB2
Complementary color
Monochromatic Colors of #71DBB2
Black with #71DBB2
Text Example
Text Example
White with #71DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DBB2; }
p { color: rgb(113,219,178); }
H1.HeaderClassName
{
color: #71DBB2;
}
.AnyTagClassName
{
color: #71DBB2;
}
</style>
background-color css
<style>
a { background-color: #71DBB2; }
a { background-color: rgb(113,219,178); }
div.DivClassName
{
background-color: #71DBB2;
}
.BgClassName
{
background-color: #71DBB2;
}
</style>
border-color css
<style>
span { border-color: #71DBB2; }
span { border-color: rgb(113,219,178); }
td.TdClassName
{
border-color: #71DBB2;
}
.TagClassName
{
border-color: #71DBB2;
}
</style>