Shades of Aquamarine #71FACB
Tints of Aquamarine #71FACB
RGB
CMYK
RGB Variations
Color information
#71FACB (or 0x71FACB) is known color: Aquamarine. HEX triplet: 71, FA and CB. RGB value is (113,250,203). Sum of RGB (Red+Green+Blue) = 113+250+203=566 (74% of max value = 765). Red value is 113 (44.53% from 255 or 19.96% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #71FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FACB is #8E0534. Grayscale: #CBCBCB. Windows color (decimal): -9307445 or 13367921. OLE color: 13367921.
HSL color Cylindrical-coordinate representation of color #71FACB: hue angle of 159.42º 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 #71FACB is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 203 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.02 |
| HSL | 159.42º | 0.93% | 0.71% | - |
| HSV(B) | 159.42º | 0.55% | 0.98% | - |
| XYZ | 51.78 | 76.19 | 68.48 | - |
| YUV | 203.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 203 | 0.55 | 0 | 0.19 | 0.02 | 159.42 | 0.93 | 0.71 |
| Hex | 71 | FA | CB | 37 | 0 | 13 | 2 | 9F | 5D | 47 |
| Octal | 161 | 372 | 313 | 67 | 0 | 23 | 2 | 237 | 135 | 107 |
| Binary | 1110001 | 11111010 | 11001011 | 110111 | 0 | 10011 | 10 | 10011111 | 1011101 | 1000111 |
Color Harmonies of #71FACB
Complementary color
Monochromatic Colors of #71FACB
Black with #71FACB
Text Example
Text Example
White with #71FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FACB; }
p { color: rgb(113,250,203); }
H1.HeaderClassName
{
color: #71FACB;
}
.AnyTagClassName
{
color: #71FACB;
}
</style>
background-color css
<style>
a { background-color: #71FACB; }
a { background-color: rgb(113,250,203); }
div.DivClassName
{
background-color: #71FACB;
}
.BgClassName
{
background-color: #71FACB;
}
</style>
border-color css
<style>
span { border-color: #71FACB; }
span { border-color: rgb(113,250,203); }
td.TdClassName
{
border-color: #71FACB;
}
.TagClassName
{
border-color: #71FACB;
}
</style>