Shades of Medium Aquamarine #71CAA3
Tints of Medium Aquamarine #71CAA3
RGB
CMYK
RGB Variations
Color information
#71CAA3 (or 0x71CAA3) is known color: Medium Aquamarine. HEX triplet: 71, CA and A3. RGB value is (113,202,163). Sum of RGB (Red+Green+Blue) = 113+202+163=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CAA3 is #8E355C. Grayscale: #ABABAB. Windows color (decimal): -9319773 or 10734193. OLE color: 10734193.
HSL color Cylindrical-coordinate representation of color #71CAA3: hue angle of 153.71º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CAA3 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 163 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.21 |
| HSL | 153.71º | 0.46% | 0.62% | - |
| HSV(B) | 153.71º | 0.44% | 0.79% | - |
| XYZ | 34.54 | 48.4 | 42.17 | - |
| YUV | 170.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 163 | 0.44 | 0 | 0.19 | 0.21 | 153.71 | 0.46 | 0.62 |
| Hex | 71 | CA | A3 | 2C | 0 | 13 | 15 | 9A | 2E | 3E |
| Octal | 161 | 312 | 243 | 54 | 0 | 23 | 25 | 232 | 56 | 76 |
| Binary | 1110001 | 11001010 | 10100011 | 101100 | 0 | 10011 | 10101 | 10011010 | 101110 | 111110 |
Color Harmonies of #71CAA3
Complementary color
Monochromatic Colors of #71CAA3
Black with #71CAA3
Text Example
Text Example
White with #71CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CAA3; }
p { color: rgb(113,202,163); }
H1.HeaderClassName
{
color: #71CAA3;
}
.AnyTagClassName
{
color: #71CAA3;
}
</style>
background-color css
<style>
a { background-color: #71CAA3; }
a { background-color: rgb(113,202,163); }
div.DivClassName
{
background-color: #71CAA3;
}
.BgClassName
{
background-color: #71CAA3;
}
</style>
border-color css
<style>
span { border-color: #71CAA3; }
span { border-color: rgb(113,202,163); }
td.TdClassName
{
border-color: #71CAA3;
}
.TagClassName
{
border-color: #71CAA3;
}
</style>