Shades of Aquamarine #71F1B6
Tints of Aquamarine #71F1B6
RGB
CMYK
RGB Variations
Color information
#71F1B6 (or 0x71F1B6) is known color: Aquamarine. HEX triplet: 71, F1 and B6. RGB value is (113,241,182). Sum of RGB (Red+Green+Blue) = 113+241+182=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #71F1B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71F1B6 is #8E0E49. Grayscale: #C4C4C4. Windows color (decimal): -9309770 or 11989361. OLE color: 11989361.
HSL color Cylindrical-coordinate representation of color #71F1B6: hue angle of 152.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F1B6 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 182 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.05 |
| HSL | 152.34º | 0.82% | 0.69% | - |
| HSV(B) | 152.34º | 0.53% | 0.95% | - |
| XYZ | 46.71 | 69.8 | 55.27 | - |
| YUV | 196 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 182 | 0.53 | 0 | 0.24 | 0.05 | 152.34 | 0.82 | 0.69 |
| Hex | 71 | F1 | B6 | 35 | 0 | 18 | 5 | 98 | 52 | 45 |
| Octal | 161 | 361 | 266 | 65 | 0 | 30 | 5 | 230 | 122 | 105 |
| Binary | 1110001 | 11110001 | 10110110 | 110101 | 0 | 11000 | 101 | 10011000 | 1010010 | 1000101 |
Color Harmonies of #71F1B6
Complementary color
Monochromatic Colors of #71F1B6
Black with #71F1B6
Text Example
Text Example
White with #71F1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F1B6; }
p { color: rgb(113,241,182); }
H1.HeaderClassName
{
color: #71F1B6;
}
.AnyTagClassName
{
color: #71F1B6;
}
</style>
background-color css
<style>
a { background-color: #71F1B6; }
a { background-color: rgb(113,241,182); }
div.DivClassName
{
background-color: #71F1B6;
}
.BgClassName
{
background-color: #71F1B6;
}
</style>
border-color css
<style>
span { border-color: #71F1B6; }
span { border-color: rgb(113,241,182); }
td.TdClassName
{
border-color: #71F1B6;
}
.TagClassName
{
border-color: #71F1B6;
}
</style>