Shades of Aquamarine #71FFAC
Tints of Aquamarine #71FFAC
RGB
CMYK
RGB Variations
Color information
#71FFAC (or 0x71FFAC) is known color: Aquamarine. HEX triplet: 71, FF and AC. RGB value is (113,255,172). Sum of RGB (Red+Green+Blue) = 113+255+172=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FFAC is #8E0053. Grayscale: #CBCBCB. Windows color (decimal): -9306196 or 11337585. OLE color: 11337585.
HSL color Cylindrical-coordinate representation of color #71FFAC: hue angle of 144.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFAC is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 172 | - |
| CMYK | 0.56 | 0 | 0.33 | 0 |
| HSL | 144.93º | 1% | 0.72% | - |
| HSV(B) | 144.93º | 0.56% | 1% | - |
| XYZ | 50.02 | 78.01 | 51.45 | - |
| YUV | 203.08 | 110.46 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 172 | 0.56 | 0 | 0.33 | 0 | 144.93 | 1 | 0.72 |
| Hex | 71 | FF | AC | 38 | 0 | 21 | 0 | 91 | 64 | 48 |
| Octal | 161 | 377 | 254 | 70 | 0 | 41 | 0 | 221 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10101100 | 111000 | 0 | 100001 | 0 | 10010001 | 1100100 | 1001000 |
Color Harmonies of #71FFAC
Complementary color
Monochromatic Colors of #71FFAC
Black with #71FFAC
Text Example
Text Example
White with #71FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFAC; }
p { color: rgb(113,255,172); }
H1.HeaderClassName
{
color: #71FFAC;
}
.AnyTagClassName
{
color: #71FFAC;
}
</style>
background-color css
<style>
a { background-color: #71FFAC; }
a { background-color: rgb(113,255,172); }
div.DivClassName
{
background-color: #71FFAC;
}
.BgClassName
{
background-color: #71FFAC;
}
</style>
border-color css
<style>
span { border-color: #71FFAC; }
span { border-color: rgb(113,255,172); }
td.TdClassName
{
border-color: #71FFAC;
}
.TagClassName
{
border-color: #71FFAC;
}
</style>