Shades of Aquamarine #71FFB0
Tints of Aquamarine #71FFB0
RGB
CMYK
RGB Variations
Color information
#71FFB0 (or 0x71FFB0) is known color: Aquamarine. HEX triplet: 71, FF and B0. RGB value is (113,255,176). Sum of RGB (Red+Green+Blue) = 113+255+176=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FFB0 is #8E004F. Grayscale: #CBCBCB. Windows color (decimal): -9306192 or 11599729. OLE color: 11599729.
HSL color Cylindrical-coordinate representation of color #71FFB0: hue angle of 146.62º 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 #71FFB0 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 176 | - |
| CMYK | 0.56 | 0 | 0.31 | 0 |
| HSL | 146.62º | 1% | 0.72% | - |
| HSV(B) | 146.62º | 0.56% | 1% | - |
| XYZ | 50.41 | 78.17 | 53.51 | - |
| YUV | 203.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 176 | 0.56 | 0 | 0.31 | 0 | 146.62 | 1 | 0.72 |
| Hex | 71 | FF | B0 | 38 | 0 | 1F | 0 | 93 | 64 | 48 |
| Octal | 161 | 377 | 260 | 70 | 0 | 37 | 0 | 223 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10110000 | 111000 | 0 | 11111 | 0 | 10010011 | 1100100 | 1001000 |
Color Harmonies of #71FFB0
Complementary color
Monochromatic Colors of #71FFB0
Black with #71FFB0
Text Example
Text Example
White with #71FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFB0; }
p { color: rgb(113,255,176); }
H1.HeaderClassName
{
color: #71FFB0;
}
.AnyTagClassName
{
color: #71FFB0;
}
</style>
background-color css
<style>
a { background-color: #71FFB0; }
a { background-color: rgb(113,255,176); }
div.DivClassName
{
background-color: #71FFB0;
}
.BgClassName
{
background-color: #71FFB0;
}
</style>
border-color css
<style>
span { border-color: #71FFB0; }
span { border-color: rgb(113,255,176); }
td.TdClassName
{
border-color: #71FFB0;
}
.TagClassName
{
border-color: #71FFB0;
}
</style>