Shades of Aquamarine #71FAAA
Tints of Aquamarine #71FAAA
RGB
CMYK
RGB Variations
Color information
#71FAAA (or 0x71FAAA) is known color: Aquamarine. HEX triplet: 71, FA and AA. RGB value is (113,250,170). Sum of RGB (Red+Green+Blue) = 113+250+170=533 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.20% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FAAA is #8E0555. Grayscale: #C8C8C8. Windows color (decimal): -9307478 or 11205233. OLE color: 11205233.
HSL color Cylindrical-coordinate representation of color #71FAAA: hue angle of 144.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FAAA is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 170 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.02 |
| HSL | 144.96º | 0.93% | 0.71% | - |
| HSV(B) | 144.96º | 0.55% | 0.98% | - |
| XYZ | 48.25 | 74.78 | 49.92 | - |
| YUV | 199.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 170 | 0.55 | 0 | 0.32 | 0.02 | 144.96 | 0.93 | 0.71 |
| Hex | 71 | FA | AA | 37 | 0 | 20 | 2 | 91 | 5D | 47 |
| Octal | 161 | 372 | 252 | 67 | 0 | 40 | 2 | 221 | 135 | 107 |
| Binary | 1110001 | 11111010 | 10101010 | 110111 | 0 | 100000 | 10 | 10010001 | 1011101 | 1000111 |
Color Harmonies of #71FAAA
Complementary color
Monochromatic Colors of #71FAAA
Black with #71FAAA
Text Example
Text Example
White with #71FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FAAA; }
p { color: rgb(113,250,170); }
H1.HeaderClassName
{
color: #71FAAA;
}
.AnyTagClassName
{
color: #71FAAA;
}
</style>
background-color css
<style>
a { background-color: #71FAAA; }
a { background-color: rgb(113,250,170); }
div.DivClassName
{
background-color: #71FAAA;
}
.BgClassName
{
background-color: #71FAAA;
}
</style>
border-color css
<style>
span { border-color: #71FAAA; }
span { border-color: rgb(113,250,170); }
td.TdClassName
{
border-color: #71FAAA;
}
.TagClassName
{
border-color: #71FAAA;
}
</style>