Shades of Medium Aquamarine #71CDA2
Tints of Medium Aquamarine #71CDA2
RGB
CMYK
RGB Variations
Color information
#71CDA2 (or 0x71CDA2) is known color: Medium Aquamarine. HEX triplet: 71, CD and A2. RGB value is (113,205,162). Sum of RGB (Red+Green+Blue) = 113+205+162=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CDA2 is #8E325D. Grayscale: #ACACAC. Windows color (decimal): -9319006 or 10669425. OLE color: 10669425.
HSL color Cylindrical-coordinate representation of color #71CDA2: hue angle of 151.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDA2 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 205 | 162 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.20 |
| HSL | 151.96º | 0.48% | 0.62% | - |
| HSV(B) | 151.96º | 0.45% | 0.8% | - |
| XYZ | 35.16 | 49.78 | 41.94 | - |
| YUV | 172.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 162 | 0.45 | 0 | 0.21 | 0.20 | 151.96 | 0.48 | 0.62 |
| Hex | 71 | CD | A2 | 2D | 0 | 15 | 14 | 98 | 30 | 3E |
| Octal | 161 | 315 | 242 | 55 | 0 | 25 | 24 | 230 | 60 | 76 |
| Binary | 1110001 | 11001101 | 10100010 | 101101 | 0 | 10101 | 10100 | 10011000 | 110000 | 111110 |
Color Harmonies of #71CDA2
Complementary color
Monochromatic Colors of #71CDA2
Black with #71CDA2
Text Example
Text Example
White with #71CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDA2; }
p { color: rgb(113,205,162); }
H1.HeaderClassName
{
color: #71CDA2;
}
.AnyTagClassName
{
color: #71CDA2;
}
</style>
background-color css
<style>
a { background-color: #71CDA2; }
a { background-color: rgb(113,205,162); }
div.DivClassName
{
background-color: #71CDA2;
}
.BgClassName
{
background-color: #71CDA2;
}
</style>
border-color css
<style>
span { border-color: #71CDA2; }
span { border-color: rgb(113,205,162); }
td.TdClassName
{
border-color: #71CDA2;
}
.TagClassName
{
border-color: #71CDA2;
}
</style>