Shades of Medium Aquamarine #71EAB0
Tints of Medium Aquamarine #71EAB0
RGB
CMYK
RGB Variations
Color information
#71EAB0 (or 0x71EAB0) is known color: Medium Aquamarine. HEX triplet: 71, EA and B0. RGB value is (113,234,176). Sum of RGB (Red+Green+Blue) = 113+234+176=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EAB0 is #8E154F. Grayscale: #BFBFBF. Windows color (decimal): -9311568 or 11594353. OLE color: 11594353.
HSL color Cylindrical-coordinate representation of color #71EAB0: hue angle of 151.24º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EAB0 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 176 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.08 |
| HSL | 151.24º | 0.74% | 0.68% | - |
| HSV(B) | 151.24º | 0.52% | 0.92% | - |
| XYZ | 44.07 | 65.49 | 51.39 | - |
| YUV | 191.21 | 119.41 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 176 | 0.52 | 0 | 0.25 | 0.08 | 151.24 | 0.74 | 0.68 |
| Hex | 71 | EA | B0 | 34 | 0 | 19 | 8 | 97 | 4A | 44 |
| Octal | 161 | 352 | 260 | 64 | 0 | 31 | 10 | 227 | 112 | 104 |
| Binary | 1110001 | 11101010 | 10110000 | 110100 | 0 | 11001 | 1000 | 10010111 | 1001010 | 1000100 |
Color Harmonies of #71EAB0
Complementary color
Monochromatic Colors of #71EAB0
Black with #71EAB0
Text Example
Text Example
White with #71EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EAB0; }
p { color: rgb(113,234,176); }
H1.HeaderClassName
{
color: #71EAB0;
}
.AnyTagClassName
{
color: #71EAB0;
}
</style>
background-color css
<style>
a { background-color: #71EAB0; }
a { background-color: rgb(113,234,176); }
div.DivClassName
{
background-color: #71EAB0;
}
.BgClassName
{
background-color: #71EAB0;
}
</style>
border-color css
<style>
span { border-color: #71EAB0; }
span { border-color: rgb(113,234,176); }
td.TdClassName
{
border-color: #71EAB0;
}
.TagClassName
{
border-color: #71EAB0;
}
</style>