Shades of Aquamarine #71FAC0
Tints of Aquamarine #71FAC0
RGB
CMYK
RGB Variations
Color information
#71FAC0 (or 0x71FAC0) is known color: Aquamarine. HEX triplet: 71, FA and C0. RGB value is (113,250,192). Sum of RGB (Red+Green+Blue) = 113+250+192=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #71FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FAC0 is #8E053F. Grayscale: #CACACA. Windows color (decimal): -9307456 or 12647025. OLE color: 12647025.
HSL color Cylindrical-coordinate representation of color #71FAC0: hue angle of 154.6º 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 #71FAC0 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 192 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.02 |
| HSL | 154.6º | 0.93% | 0.71% | - |
| HSV(B) | 154.6º | 0.55% | 0.98% | - |
| XYZ | 50.51 | 75.69 | 61.82 | - |
| YUV | 202.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 192 | 0.55 | 0 | 0.23 | 0.02 | 154.6 | 0.93 | 0.71 |
| Hex | 71 | FA | C0 | 37 | 0 | 17 | 2 | 9B | 5D | 47 |
| Octal | 161 | 372 | 300 | 67 | 0 | 27 | 2 | 233 | 135 | 107 |
| Binary | 1110001 | 11111010 | 11000000 | 110111 | 0 | 10111 | 10 | 10011011 | 1011101 | 1000111 |
Color Harmonies of #71FAC0
Complementary color
Monochromatic Colors of #71FAC0
Black with #71FAC0
Text Example
Text Example
White with #71FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FAC0; }
p { color: rgb(113,250,192); }
H1.HeaderClassName
{
color: #71FAC0;
}
.AnyTagClassName
{
color: #71FAC0;
}
</style>
background-color css
<style>
a { background-color: #71FAC0; }
a { background-color: rgb(113,250,192); }
div.DivClassName
{
background-color: #71FAC0;
}
.BgClassName
{
background-color: #71FAC0;
}
</style>
border-color css
<style>
span { border-color: #71FAC0; }
span { border-color: rgb(113,250,192); }
td.TdClassName
{
border-color: #71FAC0;
}
.TagClassName
{
border-color: #71FAC0;
}
</style>