Shades of Medium Aquamarine #71D2B2
Tints of Medium Aquamarine #71D2B2
RGB
CMYK
RGB Variations
Color information
#71D2B2 (or 0x71D2B2) is known color: Medium Aquamarine. HEX triplet: 71, D2 and B2. RGB value is (113,210,178). Sum of RGB (Red+Green+Blue) = 113+210+178=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D2B2 is #8E2D4D. Grayscale: #B1B1B1. Windows color (decimal): -9317710 or 11719281. OLE color: 11719281.
HSL color Cylindrical-coordinate representation of color #71D2B2: hue angle of 160.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2B2 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 178 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.18 |
| HSL | 160.21º | 0.52% | 0.63% | - |
| HSV(B) | 160.21º | 0.46% | 0.82% | - |
| XYZ | 37.89 | 52.82 | 50.32 | - |
| YUV | 177.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 178 | 0.46 | 0 | 0.15 | 0.18 | 160.21 | 0.52 | 0.63 |
| Hex | 71 | D2 | B2 | 2E | 0 | F | 12 | A0 | 34 | 3F |
| Octal | 161 | 322 | 262 | 56 | 0 | 17 | 22 | 240 | 64 | 77 |
| Binary | 1110001 | 11010010 | 10110010 | 101110 | 0 | 1111 | 10010 | 10100000 | 110100 | 111111 |
Color Harmonies of #71D2B2
Complementary color
Monochromatic Colors of #71D2B2
Black with #71D2B2
Text Example
Text Example
White with #71D2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D2B2; }
p { color: rgb(113,210,178); }
H1.HeaderClassName
{
color: #71D2B2;
}
.AnyTagClassName
{
color: #71D2B2;
}
</style>
background-color css
<style>
a { background-color: #71D2B2; }
a { background-color: rgb(113,210,178); }
div.DivClassName
{
background-color: #71D2B2;
}
.BgClassName
{
background-color: #71D2B2;
}
</style>
border-color css
<style>
span { border-color: #71D2B2; }
span { border-color: rgb(113,210,178); }
td.TdClassName
{
border-color: #71D2B2;
}
.TagClassName
{
border-color: #71D2B2;
}
</style>