Shades of Aquamarine #71FBD9
Tints of Aquamarine #71FBD9
RGB
CMYK
RGB Variations
Color information
#71FBD9 (or 0x71FBD9) is known color: Aquamarine. HEX triplet: 71, FB and D9. RGB value is (113,251,217). Sum of RGB (Red+Green+Blue) = 113+251+217=581 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.45% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FBD9 is #8E0426. Grayscale: #CDCDCD. Windows color (decimal): -9307175 or 14285681. OLE color: 14285681.
HSL color Cylindrical-coordinate representation of color #71FBD9: hue angle of 165.22º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FBD9 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 217 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.02 |
| HSL | 165.22º | 0.95% | 0.71% | - |
| HSV(B) | 165.22º | 0.55% | 0.98% | - |
| XYZ | 53.83 | 77.51 | 77.77 | - |
| YUV | 205.86 | 134.28 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 217 | 0.55 | 0 | 0.14 | 0.02 | 165.22 | 0.95 | 0.71 |
| Hex | 71 | FB | D9 | 37 | 0 | E | 2 | A5 | 5F | 47 |
| Octal | 161 | 373 | 331 | 67 | 0 | 16 | 2 | 245 | 137 | 107 |
| Binary | 1110001 | 11111011 | 11011001 | 110111 | 0 | 1110 | 10 | 10100101 | 1011111 | 1000111 |
Color Harmonies of #71FBD9
Complementary color
Monochromatic Colors of #71FBD9
Black with #71FBD9
Text Example
Text Example
White with #71FBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FBD9; }
p { color: rgb(113,251,217); }
H1.HeaderClassName
{
color: #71FBD9;
}
.AnyTagClassName
{
color: #71FBD9;
}
</style>
background-color css
<style>
a { background-color: #71FBD9; }
a { background-color: rgb(113,251,217); }
div.DivClassName
{
background-color: #71FBD9;
}
.BgClassName
{
background-color: #71FBD9;
}
</style>
border-color css
<style>
span { border-color: #71FBD9; }
span { border-color: rgb(113,251,217); }
td.TdClassName
{
border-color: #71FBD9;
}
.TagClassName
{
border-color: #71FBD9;
}
</style>