Shades of Aquamarine #71F0C2
Tints of Aquamarine #71F0C2
RGB
CMYK
RGB Variations
Color information
#71F0C2 (or 0x71F0C2) is known color: Aquamarine. HEX triplet: 71, F0 and C2. RGB value is (113,240,194). Sum of RGB (Red+Green+Blue) = 113+240+194=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F0C2 is #8E0F3D. Grayscale: #C4C4C4. Windows color (decimal): -9310014 or 12775537. OLE color: 12775537.
HSL color Cylindrical-coordinate representation of color #71F0C2: hue angle of 158.27º 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 #71F0C2 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 194 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.06 |
| HSL | 158.27º | 0.81% | 0.69% | - |
| HSV(B) | 158.27º | 0.53% | 0.94% | - |
| XYZ | 47.71 | 69.73 | 61.98 | - |
| YUV | 196.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 194 | 0.53 | 0 | 0.19 | 0.06 | 158.27 | 0.81 | 0.69 |
| Hex | 71 | F0 | C2 | 35 | 0 | 13 | 6 | 9E | 51 | 45 |
| Octal | 161 | 360 | 302 | 65 | 0 | 23 | 6 | 236 | 121 | 105 |
| Binary | 1110001 | 11110000 | 11000010 | 110101 | 0 | 10011 | 110 | 10011110 | 1010001 | 1000101 |
Color Harmonies of #71F0C2
Complementary color
Monochromatic Colors of #71F0C2
Black with #71F0C2
Text Example
Text Example
White with #71F0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F0C2; }
p { color: rgb(113,240,194); }
H1.HeaderClassName
{
color: #71F0C2;
}
.AnyTagClassName
{
color: #71F0C2;
}
</style>
background-color css
<style>
a { background-color: #71F0C2; }
a { background-color: rgb(113,240,194); }
div.DivClassName
{
background-color: #71F0C2;
}
.BgClassName
{
background-color: #71F0C2;
}
</style>
border-color css
<style>
span { border-color: #71F0C2; }
span { border-color: rgb(113,240,194); }
td.TdClassName
{
border-color: #71F0C2;
}
.TagClassName
{
border-color: #71F0C2;
}
</style>