Shades of Aquamarine #71FFDD
Tints of Aquamarine #71FFDD
RGB
CMYK
RGB Variations
Color information
#71FFDD (or 0x71FFDD) is known color: Aquamarine. HEX triplet: 71, FF and DD. RGB value is (113,255,221). Sum of RGB (Red+Green+Blue) = 113+255+221=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFDD is #8E0022. Grayscale: #D0D0D0. Windows color (decimal): -9306147 or 14548849. OLE color: 14548849.
HSL color Cylindrical-coordinate representation of color #71FFDD: hue angle of 165.63º 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 #71FFDD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 221 | - |
| CMYK | 0.56 | 0 | 0.13 | 0 |
| HSL | 165.63º | 1% | 0.72% | - |
| HSV(B) | 165.63º | 0.56% | 1% | - |
| XYZ | 55.62 | 80.25 | 80.97 | - |
| YUV | 208.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 221 | 0.56 | 0 | 0.13 | 0 | 165.63 | 1 | 0.72 |
| Hex | 71 | FF | DD | 38 | 0 | D | 0 | A6 | 64 | 48 |
| Octal | 161 | 377 | 335 | 70 | 0 | 15 | 0 | 246 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11011101 | 111000 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001000 |
Color Harmonies of #71FFDD
Complementary color
Monochromatic Colors of #71FFDD
Black with #71FFDD
Text Example
Text Example
White with #71FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFDD; }
p { color: rgb(113,255,221); }
H1.HeaderClassName
{
color: #71FFDD;
}
.AnyTagClassName
{
color: #71FFDD;
}
</style>
background-color css
<style>
a { background-color: #71FFDD; }
a { background-color: rgb(113,255,221); }
div.DivClassName
{
background-color: #71FFDD;
}
.BgClassName
{
background-color: #71FFDD;
}
</style>
border-color css
<style>
span { border-color: #71FFDD; }
span { border-color: rgb(113,255,221); }
td.TdClassName
{
border-color: #71FFDD;
}
.TagClassName
{
border-color: #71FFDD;
}
</style>