Shades of Aquamarine #71FFB6
Tints of Aquamarine #71FFB6
RGB
CMYK
RGB Variations
Color information
#71FFB6 (or 0x71FFB6) is known color: Aquamarine. HEX triplet: 71, FF and B6. RGB value is (113,255,182). Sum of RGB (Red+Green+Blue) = 113+255+182=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFB6 is #8E0049. Grayscale: #CCCCCC. Windows color (decimal): -9306186 or 11992945. OLE color: 11992945.
HSL color Cylindrical-coordinate representation of color #71FFB6: hue angle of 149.15º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFB6 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 182 | - |
| CMYK | 0.56 | 0 | 0.29 | 0 |
| HSL | 149.15º | 1% | 0.72% | - |
| HSV(B) | 149.15º | 0.56% | 1% | - |
| XYZ | 51.01 | 78.41 | 56.7 | - |
| YUV | 204.22 | 115.46 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 182 | 0.56 | 0 | 0.29 | 0 | 149.15 | 1 | 0.72 |
| Hex | 71 | FF | B6 | 38 | 0 | 1D | 0 | 95 | 64 | 48 |
| Octal | 161 | 377 | 266 | 70 | 0 | 35 | 0 | 225 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10110110 | 111000 | 0 | 11101 | 0 | 10010101 | 1100100 | 1001000 |
Color Harmonies of #71FFB6
Complementary color
Monochromatic Colors of #71FFB6
Black with #71FFB6
Text Example
Text Example
White with #71FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFB6; }
p { color: rgb(113,255,182); }
H1.HeaderClassName
{
color: #71FFB6;
}
.AnyTagClassName
{
color: #71FFB6;
}
</style>
background-color css
<style>
a { background-color: #71FFB6; }
a { background-color: rgb(113,255,182); }
div.DivClassName
{
background-color: #71FFB6;
}
.BgClassName
{
background-color: #71FFB6;
}
</style>
border-color css
<style>
span { border-color: #71FFB6; }
span { border-color: rgb(113,255,182); }
td.TdClassName
{
border-color: #71FFB6;
}
.TagClassName
{
border-color: #71FFB6;
}
</style>