Shades of Aquamarine #71F7CA
Tints of Aquamarine #71F7CA
RGB
CMYK
RGB Variations
Color information
#71F7CA (or 0x71F7CA) is known color: Aquamarine. HEX triplet: 71, F7 and CA. RGB value is (113,247,202). Sum of RGB (Red+Green+Blue) = 113+247+202=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #71F7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F7CA is #8E0835. Grayscale: #C9C9C9. Windows color (decimal): -9308214 or 13301617. OLE color: 13301617.
HSL color Cylindrical-coordinate representation of color #71F7CA: hue angle of 159.85º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71F7CA is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 202 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.03 |
| HSL | 159.85º | 0.89% | 0.71% | - |
| HSV(B) | 159.85º | 0.54% | 0.97% | - |
| XYZ | 50.73 | 74.3 | 67.54 | - |
| YUV | 201.8 | 128.11 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 202 | 0.54 | 0 | 0.18 | 0.03 | 159.85 | 0.89 | 0.71 |
| Hex | 71 | F7 | CA | 36 | 0 | 12 | 3 | A0 | 59 | 47 |
| Octal | 161 | 367 | 312 | 66 | 0 | 22 | 3 | 240 | 131 | 107 |
| Binary | 1110001 | 11110111 | 11001010 | 110110 | 0 | 10010 | 11 | 10100000 | 1011001 | 1000111 |
Color Harmonies of #71F7CA
Complementary color
Monochromatic Colors of #71F7CA
Black with #71F7CA
Text Example
Text Example
White with #71F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F7CA; }
p { color: rgb(113,247,202); }
H1.HeaderClassName
{
color: #71F7CA;
}
.AnyTagClassName
{
color: #71F7CA;
}
</style>
background-color css
<style>
a { background-color: #71F7CA; }
a { background-color: rgb(113,247,202); }
div.DivClassName
{
background-color: #71F7CA;
}
.BgClassName
{
background-color: #71F7CA;
}
</style>
border-color css
<style>
span { border-color: #71F7CA; }
span { border-color: rgb(113,247,202); }
td.TdClassName
{
border-color: #71F7CA;
}
.TagClassName
{
border-color: #71F7CA;
}
</style>