Shades of Aquamarine #71FABB
Tints of Aquamarine #71FABB
RGB
CMYK
RGB Variations
Color information
#71FABB (or 0x71FABB) is known color: Aquamarine. HEX triplet: 71, FA and BB. RGB value is (113,250,187). Sum of RGB (Red+Green+Blue) = 113+250+187=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #71FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FABB is #8E0544. Grayscale: #C9C9C9. Windows color (decimal): -9307461 or 12319345. OLE color: 12319345.
HSL color Cylindrical-coordinate representation of color #71FABB: hue angle of 152.41º 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 #71FABB is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 187 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.02 |
| HSL | 152.41º | 0.93% | 0.71% | - |
| HSV(B) | 152.41º | 0.55% | 0.98% | - |
| XYZ | 49.97 | 75.47 | 58.95 | - |
| YUV | 201.86 | 119.61 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 187 | 0.55 | 0 | 0.25 | 0.02 | 152.41 | 0.93 | 0.71 |
| Hex | 71 | FA | BB | 37 | 0 | 19 | 2 | 98 | 5D | 47 |
| Octal | 161 | 372 | 273 | 67 | 0 | 31 | 2 | 230 | 135 | 107 |
| Binary | 1110001 | 11111010 | 10111011 | 110111 | 0 | 11001 | 10 | 10011000 | 1011101 | 1000111 |
Color Harmonies of #71FABB
Complementary color
Monochromatic Colors of #71FABB
Black with #71FABB
Text Example
Text Example
White with #71FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FABB; }
p { color: rgb(113,250,187); }
H1.HeaderClassName
{
color: #71FABB;
}
.AnyTagClassName
{
color: #71FABB;
}
</style>
background-color css
<style>
a { background-color: #71FABB; }
a { background-color: rgb(113,250,187); }
div.DivClassName
{
background-color: #71FABB;
}
.BgClassName
{
background-color: #71FABB;
}
</style>
border-color css
<style>
span { border-color: #71FABB; }
span { border-color: rgb(113,250,187); }
td.TdClassName
{
border-color: #71FABB;
}
.TagClassName
{
border-color: #71FABB;
}
</style>