Shades of Aquamarine #71F2C7
Tints of Aquamarine #71F2C7
RGB
CMYK
RGB Variations
Color information
#71F2C7 (or 0x71F2C7) is known color: Aquamarine. HEX triplet: 71, F2 and C7. RGB value is (113,242,199). Sum of RGB (Red+Green+Blue) = 113+242+199=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #71F2C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F2C7 is #8E0D38. Grayscale: #C6C6C6. Windows color (decimal): -9309497 or 13103729. OLE color: 13103729.
HSL color Cylindrical-coordinate representation of color #71F2C7: hue angle of 160º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F2C7 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 199 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.05 |
| HSL | 160º | 0.83% | 0.7% | - |
| HSV(B) | 160º | 0.53% | 0.95% | - |
| XYZ | 48.87 | 71.14 | 65.19 | - |
| YUV | 198.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 199 | 0.53 | 0 | 0.18 | 0.05 | 160 | 0.83 | 0.7 |
| Hex | 71 | F2 | C7 | 35 | 0 | 12 | 5 | A0 | 53 | 46 |
| Octal | 161 | 362 | 307 | 65 | 0 | 22 | 5 | 240 | 123 | 106 |
| Binary | 1110001 | 11110010 | 11000111 | 110101 | 0 | 10010 | 101 | 10100000 | 1010011 | 1000110 |
Color Harmonies of #71F2C7
Complementary color
Monochromatic Colors of #71F2C7
Black with #71F2C7
Text Example
Text Example
White with #71F2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F2C7; }
p { color: rgb(113,242,199); }
H1.HeaderClassName
{
color: #71F2C7;
}
.AnyTagClassName
{
color: #71F2C7;
}
</style>
background-color css
<style>
a { background-color: #71F2C7; }
a { background-color: rgb(113,242,199); }
div.DivClassName
{
background-color: #71F2C7;
}
.BgClassName
{
background-color: #71F2C7;
}
</style>
border-color css
<style>
span { border-color: #71F2C7; }
span { border-color: rgb(113,242,199); }
td.TdClassName
{
border-color: #71F2C7;
}
.TagClassName
{
border-color: #71F2C7;
}
</style>