Shades of Aquamarine #71FFDA
Tints of Aquamarine #71FFDA
RGB
CMYK
RGB Variations
Color information
#71FFDA (or 0x71FFDA) is known color: Aquamarine. HEX triplet: 71, FF and DA. RGB value is (113,255,218). Sum of RGB (Red+Green+Blue) = 113+255+218=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FFDA is #8E0025. Grayscale: #D0D0D0. Windows color (decimal): -9306150 or 14352241. OLE color: 14352241.
HSL color Cylindrical-coordinate representation of color #71FFDA: hue angle of 164.37º 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 #71FFDA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 218 | - |
| CMYK | 0.56 | 0 | 0.15 | 0 |
| HSL | 164.37º | 1% | 0.72% | - |
| HSV(B) | 164.37º | 0.56% | 1% | - |
| XYZ | 55.22 | 80.09 | 78.88 | - |
| YUV | 208.32 | 133.46 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 218 | 0.56 | 0 | 0.15 | 0 | 164.37 | 1 | 0.72 |
| Hex | 71 | FF | DA | 38 | 0 | F | 0 | A4 | 64 | 48 |
| Octal | 161 | 377 | 332 | 70 | 0 | 17 | 0 | 244 | 144 | 110 |
| Binary | 1110001 | 11111111 | 11011010 | 111000 | 0 | 1111 | 0 | 10100100 | 1100100 | 1001000 |
Color Harmonies of #71FFDA
Complementary color
Monochromatic Colors of #71FFDA
Black with #71FFDA
Text Example
Text Example
White with #71FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FFDA; }
p { color: rgb(113,255,218); }
H1.HeaderClassName
{
color: #71FFDA;
}
.AnyTagClassName
{
color: #71FFDA;
}
</style>
background-color css
<style>
a { background-color: #71FFDA; }
a { background-color: rgb(113,255,218); }
div.DivClassName
{
background-color: #71FFDA;
}
.BgClassName
{
background-color: #71FFDA;
}
</style>
border-color css
<style>
span { border-color: #71FFDA; }
span { border-color: rgb(113,255,218); }
td.TdClassName
{
border-color: #71FFDA;
}
.TagClassName
{
border-color: #71FFDA;
}
</style>