Shades of Medium Aquamarine #71DCB2
Tints of Medium Aquamarine #71DCB2
RGB
CMYK
RGB Variations
Color information
#71DCB2 (or 0x71DCB2) is known color: Medium Aquamarine. HEX triplet: 71, DC and B2. RGB value is (113,220,178). Sum of RGB (Red+Green+Blue) = 113+220+178=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #71DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DCB2 is #8E234D. Grayscale: #B7B7B7. Windows color (decimal): -9315150 or 11721841. OLE color: 11721841.
HSL color Cylindrical-coordinate representation of color #71DCB2: hue angle of 156.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DCB2 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 178 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.14 |
| HSL | 156.45º | 0.6% | 0.65% | - |
| HSV(B) | 156.45º | 0.49% | 0.86% | - |
| XYZ | 40.44 | 57.91 | 51.17 | - |
| YUV | 183.22 | 125.05 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 178 | 0.49 | 0 | 0.19 | 0.14 | 156.45 | 0.6 | 0.65 |
| Hex | 71 | DC | B2 | 31 | 0 | 13 | E | 9C | 3C | 41 |
| Octal | 161 | 334 | 262 | 61 | 0 | 23 | 16 | 234 | 74 | 101 |
| Binary | 1110001 | 11011100 | 10110010 | 110001 | 0 | 10011 | 1110 | 10011100 | 111100 | 1000001 |
Color Harmonies of #71DCB2
Complementary color
Monochromatic Colors of #71DCB2
Black with #71DCB2
Text Example
Text Example
White with #71DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DCB2; }
p { color: rgb(113,220,178); }
H1.HeaderClassName
{
color: #71DCB2;
}
.AnyTagClassName
{
color: #71DCB2;
}
</style>
background-color css
<style>
a { background-color: #71DCB2; }
a { background-color: rgb(113,220,178); }
div.DivClassName
{
background-color: #71DCB2;
}
.BgClassName
{
background-color: #71DCB2;
}
</style>
border-color css
<style>
span { border-color: #71DCB2; }
span { border-color: rgb(113,220,178); }
td.TdClassName
{
border-color: #71DCB2;
}
.TagClassName
{
border-color: #71DCB2;
}
</style>