Shades of Medium Aquamarine #71EAB2
Tints of Medium Aquamarine #71EAB2
RGB
CMYK
RGB Variations
Color information
#71EAB2 (or 0x71EAB2) is known color: Medium Aquamarine. HEX triplet: 71, EA and B2. RGB value is (113,234,178). Sum of RGB (Red+Green+Blue) = 113+234+178=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EAB2 is #8E154D. Grayscale: #BFBFBF. Windows color (decimal): -9311566 or 11725425. OLE color: 11725425.
HSL color Cylindrical-coordinate representation of color #71EAB2: hue angle of 152.23º 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 #71EAB2 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 178 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.08 |
| HSL | 152.23º | 0.74% | 0.68% | - |
| HSV(B) | 152.23º | 0.52% | 0.92% | - |
| XYZ | 44.27 | 65.57 | 52.44 | - |
| YUV | 191.44 | 120.41 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 178 | 0.52 | 0 | 0.24 | 0.08 | 152.23 | 0.74 | 0.68 |
| Hex | 71 | EA | B2 | 34 | 0 | 18 | 8 | 98 | 4A | 44 |
| Octal | 161 | 352 | 262 | 64 | 0 | 30 | 10 | 230 | 112 | 104 |
| Binary | 1110001 | 11101010 | 10110010 | 110100 | 0 | 11000 | 1000 | 10011000 | 1001010 | 1000100 |
Color Harmonies of #71EAB2
Complementary color
Monochromatic Colors of #71EAB2
Black with #71EAB2
Text Example
Text Example
White with #71EAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EAB2; }
p { color: rgb(113,234,178); }
H1.HeaderClassName
{
color: #71EAB2;
}
.AnyTagClassName
{
color: #71EAB2;
}
</style>
background-color css
<style>
a { background-color: #71EAB2; }
a { background-color: rgb(113,234,178); }
div.DivClassName
{
background-color: #71EAB2;
}
.BgClassName
{
background-color: #71EAB2;
}
</style>
border-color css
<style>
span { border-color: #71EAB2; }
span { border-color: rgb(113,234,178); }
td.TdClassName
{
border-color: #71EAB2;
}
.TagClassName
{
border-color: #71EAB2;
}
</style>