Shades of Aquamarine #71FDAB
Tints of Aquamarine #71FDAB
RGB
CMYK
RGB Variations
Color information
#71FDAB (or 0x71FDAB) is known color: Aquamarine. HEX triplet: 71, FD and AB. RGB value is (113,253,171). Sum of RGB (Red+Green+Blue) = 113+253+171=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FDAB is #8E0254. Grayscale: #C9C9C9. Windows color (decimal): -9306709 or 11271537. OLE color: 11271537.
HSL color Cylindrical-coordinate representation of color #71FDAB: hue angle of 144.86º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FDAB is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 253 | 171 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.01 |
| HSL | 144.86º | 0.97% | 0.72% | - |
| HSV(B) | 144.86º | 0.55% | 0.99% | - |
| XYZ | 49.29 | 76.7 | 50.74 | - |
| YUV | 201.79 | 110.62 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 253 | 171 | 0.55 | 0 | 0.32 | 0.01 | 144.86 | 0.97 | 0.72 |
| Hex | 71 | FD | AB | 37 | 0 | 20 | 1 | 91 | 61 | 48 |
| Octal | 161 | 375 | 253 | 67 | 0 | 40 | 1 | 221 | 141 | 110 |
| Binary | 1110001 | 11111101 | 10101011 | 110111 | 0 | 100000 | 1 | 10010001 | 1100001 | 1001000 |
Color Harmonies of #71FDAB
Complementary color
Monochromatic Colors of #71FDAB
Black with #71FDAB
Text Example
Text Example
White with #71FDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FDAB; }
p { color: rgb(113,253,171); }
H1.HeaderClassName
{
color: #71FDAB;
}
.AnyTagClassName
{
color: #71FDAB;
}
</style>
background-color css
<style>
a { background-color: #71FDAB; }
a { background-color: rgb(113,253,171); }
div.DivClassName
{
background-color: #71FDAB;
}
.BgClassName
{
background-color: #71FDAB;
}
</style>
border-color css
<style>
span { border-color: #71FDAB; }
span { border-color: rgb(113,253,171); }
td.TdClassName
{
border-color: #71FDAB;
}
.TagClassName
{
border-color: #71FDAB;
}
</style>