Shades of Aquamarine #71FFDF
Tints of Aquamarine #71FFDF
RGB
CMYK
RGB Variations
Color information
#71FFDF (or 0x71FFDF) is known color: Aquamarine. HEX triplet: 71, FF and DF. RGB value is (113,255,223). Sum of RGB (Red+Green+Blue) = 113+255+223=591 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.12% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFDF is #8E0020. Grayscale: #D0D0D0. Windows color (decimal): -9306145 or 14679921. OLE color: 14679921.
HSL color Cylindrical-coordinate representation of color #71FFDF: hue angle of 166.48º 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 #71FFDF is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 223 | - |
| CMYK | 0.56 | 0 | 0.13 | 0 |
| HSL | 166.48º | 1% | 0.72% | - |
| HSV(B) | 166.48º | 0.56% | 1% | - |
| XYZ | 55.89 | 80.36 | 82.38 | - |
| YUV | 208.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 223 | 0.56 | 0 | 0.13 | 0 | 166.48 | 1 | 0.72 |
| Hex | 71 | FF | DF | 38 | 0 | D | 0 | A6 | 64 | 48 |
| Octal | 161 | 377 | 337 | 70 | 0 | 15 | 0 | 246 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11011111 | 111000 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001000 |
Color Harmonies of #71FFDF
Complementary color
Monochromatic Colors of #71FFDF
Black with #71FFDF
Text Example
Text Example
White with #71FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFDF; }
p { color: rgb(113,255,223); }
H1.HeaderClassName
{
color: #71FFDF;
}
.AnyTagClassName
{
color: #71FFDF;
}
</style>
background-color css
<style>
a { background-color: #71FFDF; }
a { background-color: rgb(113,255,223); }
div.DivClassName
{
background-color: #71FFDF;
}
.BgClassName
{
background-color: #71FFDF;
}
</style>
border-color css
<style>
span { border-color: #71FFDF; }
span { border-color: rgb(113,255,223); }
td.TdClassName
{
border-color: #71FFDF;
}
.TagClassName
{
border-color: #71FFDF;
}
</style>