Shades of Aquamarine #71F0D9
Tints of Aquamarine #71F0D9
RGB
CMYK
RGB Variations
Color information
#71F0D9 (or 0x71F0D9) is known color: Aquamarine. HEX triplet: 71, F0 and D9. RGB value is (113,240,217). Sum of RGB (Red+Green+Blue) = 113+240+217=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F0D9 is #8E0F26. Grayscale: #C7C7C7. Windows color (decimal): -9309991 or 14282865. OLE color: 14282865.
HSL color Cylindrical-coordinate representation of color #71F0D9: hue angle of 169.13º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F0D9 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 217 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.06 |
| HSL | 169.13º | 0.81% | 0.69% | - |
| HSV(B) | 169.13º | 0.53% | 0.94% | - |
| XYZ | 50.49 | 70.84 | 76.66 | - |
| YUV | 199.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 217 | 0.53 | 0 | 0.10 | 0.06 | 169.13 | 0.81 | 0.69 |
| Hex | 71 | F0 | D9 | 35 | 0 | A | 6 | A9 | 51 | 45 |
| Octal | 161 | 360 | 331 | 65 | 0 | 12 | 6 | 251 | 121 | 105 |
| Binary | 1110001 | 11110000 | 11011001 | 110101 | 0 | 1010 | 110 | 10101001 | 1010001 | 1000101 |
Color Harmonies of #71F0D9
Complementary color
Monochromatic Colors of #71F0D9
Black with #71F0D9
Text Example
Text Example
White with #71F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F0D9; }
p { color: rgb(113,240,217); }
H1.HeaderClassName
{
color: #71F0D9;
}
.AnyTagClassName
{
color: #71F0D9;
}
</style>
background-color css
<style>
a { background-color: #71F0D9; }
a { background-color: rgb(113,240,217); }
div.DivClassName
{
background-color: #71F0D9;
}
.BgClassName
{
background-color: #71F0D9;
}
</style>
border-color css
<style>
span { border-color: #71F0D9; }
span { border-color: rgb(113,240,217); }
td.TdClassName
{
border-color: #71F0D9;
}
.TagClassName
{
border-color: #71F0D9;
}
</style>