Shades of Medium Aquamarine #71BEA1
Tints of Medium Aquamarine #71BEA1
RGB
CMYK
RGB Variations
Color information
#71BEA1 (or 0x71BEA1) is known color: Medium Aquamarine. HEX triplet: 71, BE and A1. RGB value is (113,190,161). Sum of RGB (Red+Green+Blue) = 113+190+161=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #71BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BEA1 is #8E415E. Grayscale: #A3A3A3. Windows color (decimal): -9322847 or 10600049. OLE color: 10600049.
HSL color Cylindrical-coordinate representation of color #71BEA1: hue angle of 157.4º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71BEA1 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 190 | 161 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.25 |
| HSL | 157.4º | 0.37% | 0.59% | - |
| HSV(B) | 157.4º | 0.41% | 0.75% | - |
| XYZ | 31.66 | 42.91 | 40.33 | - |
| YUV | 163.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 161 | 0.41 | 0 | 0.15 | 0.25 | 157.4 | 0.37 | 0.59 |
| Hex | 71 | BE | A1 | 29 | 0 | F | 19 | 9D | 25 | 3B |
| Octal | 161 | 276 | 241 | 51 | 0 | 17 | 31 | 235 | 45 | 73 |
| Binary | 1110001 | 10111110 | 10100001 | 101001 | 0 | 1111 | 11001 | 10011101 | 100101 | 111011 |
Color Harmonies of #71BEA1
Complementary color
Monochromatic Colors of #71BEA1
Black with #71BEA1
Text Example
Text Example
White with #71BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BEA1; }
p { color: rgb(113,190,161); }
H1.HeaderClassName
{
color: #71BEA1;
}
.AnyTagClassName
{
color: #71BEA1;
}
</style>
background-color css
<style>
a { background-color: #71BEA1; }
a { background-color: rgb(113,190,161); }
div.DivClassName
{
background-color: #71BEA1;
}
.BgClassName
{
background-color: #71BEA1;
}
</style>
border-color css
<style>
span { border-color: #71BEA1; }
span { border-color: rgb(113,190,161); }
td.TdClassName
{
border-color: #71BEA1;
}
.TagClassName
{
border-color: #71BEA1;
}
</style>