Shades of Medium Aquamarine #71CDB1
Tints of Medium Aquamarine #71CDB1
RGB
CMYK
RGB Variations
Color information
#71CDB1 (or 0x71CDB1) is known color: Medium Aquamarine. HEX triplet: 71, CD and B1. RGB value is (113,205,177). Sum of RGB (Red+Green+Blue) = 113+205+177=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CDB1 is #8E324E. Grayscale: #AEAEAE. Windows color (decimal): -9318991 or 11652465. OLE color: 11652465.
HSL color Cylindrical-coordinate representation of color #71CDB1: hue angle of 161.74º 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 #71CDB1 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 205 | 177 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.20 |
| HSL | 161.74º | 0.48% | 0.62% | - |
| HSV(B) | 161.74º | 0.45% | 0.8% | - |
| XYZ | 36.58 | 50.35 | 49.39 | - |
| YUV | 174.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 205 | 177 | 0.45 | 0 | 0.14 | 0.20 | 161.74 | 0.48 | 0.62 |
| Hex | 71 | CD | B1 | 2D | 0 | E | 14 | A2 | 30 | 3E |
| Octal | 161 | 315 | 261 | 55 | 0 | 16 | 24 | 242 | 60 | 76 |
| Binary | 1110001 | 11001101 | 10110001 | 101101 | 0 | 1110 | 10100 | 10100010 | 110000 | 111110 |
Color Harmonies of #71CDB1
Complementary color
Monochromatic Colors of #71CDB1
Black with #71CDB1
Text Example
Text Example
White with #71CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CDB1; }
p { color: rgb(113,205,177); }
H1.HeaderClassName
{
color: #71CDB1;
}
.AnyTagClassName
{
color: #71CDB1;
}
</style>
background-color css
<style>
a { background-color: #71CDB1; }
a { background-color: rgb(113,205,177); }
div.DivClassName
{
background-color: #71CDB1;
}
.BgClassName
{
background-color: #71CDB1;
}
</style>
border-color css
<style>
span { border-color: #71CDB1; }
span { border-color: rgb(113,205,177); }
td.TdClassName
{
border-color: #71CDB1;
}
.TagClassName
{
border-color: #71CDB1;
}
</style>