Shades of Aquamarine #71FFB5
Tints of Aquamarine #71FFB5
RGB
CMYK
RGB Variations
Color information
#71FFB5 (or 0x71FFB5) is known color: Aquamarine. HEX triplet: 71, FF and B5. RGB value is (113,255,181). Sum of RGB (Red+Green+Blue) = 113+255+181=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFB5 is #8E004A. Grayscale: #CCCCCC. Windows color (decimal): -9306187 or 11927409. OLE color: 11927409.
HSL color Cylindrical-coordinate representation of color #71FFB5: hue angle of 148.73º 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 #71FFB5 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 181 | - |
| CMYK | 0.56 | 0 | 0.29 | 0 |
| HSL | 148.73º | 1% | 0.72% | - |
| HSV(B) | 148.73º | 0.56% | 1% | - |
| XYZ | 50.91 | 78.37 | 56.16 | - |
| YUV | 204.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 181 | 0.56 | 0 | 0.29 | 0 | 148.73 | 1 | 0.72 |
| Hex | 71 | FF | B5 | 38 | 0 | 1D | 0 | 95 | 64 | 48 |
| Octal | 161 | 377 | 265 | 70 | 0 | 35 | 0 | 225 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10110101 | 111000 | 0 | 11101 | 0 | 10010101 | 1100100 | 1001000 |
Color Harmonies of #71FFB5
Complementary color
Monochromatic Colors of #71FFB5
Black with #71FFB5
Text Example
Text Example
White with #71FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFB5; }
p { color: rgb(113,255,181); }
H1.HeaderClassName
{
color: #71FFB5;
}
.AnyTagClassName
{
color: #71FFB5;
}
</style>
background-color css
<style>
a { background-color: #71FFB5; }
a { background-color: rgb(113,255,181); }
div.DivClassName
{
background-color: #71FFB5;
}
.BgClassName
{
background-color: #71FFB5;
}
</style>
border-color css
<style>
span { border-color: #71FFB5; }
span { border-color: rgb(113,255,181); }
td.TdClassName
{
border-color: #71FFB5;
}
.TagClassName
{
border-color: #71FFB5;
}
</style>