Shades of Aquamarine #71FEDD
Tints of Aquamarine #71FEDD
RGB
CMYK
RGB Variations
Color information
#71FEDD (or 0x71FEDD) is known color: Aquamarine. HEX triplet: 71, FE and DD. RGB value is (113,254,221). Sum of RGB (Red+Green+Blue) = 113+254+221=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FEDD is #8E0122. Grayscale: #D0D0D0. Windows color (decimal): -9306403 or 14548593. OLE color: 14548593.
HSL color Cylindrical-coordinate representation of color #71FEDD: hue angle of 165.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FEDD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 221 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.00 |
| HSL | 165.96º | 0.99% | 0.72% | - |
| HSV(B) | 165.96º | 0.56% | 1% | - |
| XYZ | 55.3 | 79.61 | 80.86 | - |
| YUV | 208.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 221 | 0.56 | 0 | 0.13 | 0.00 | 165.96 | 0.99 | 0.72 |
| Hex | 71 | FE | DD | 38 | 0 | D | 0 | A6 | 63 | 48 |
| Octal | 161 | 376 | 335 | 70 | 0 | 15 | 0 | 246 | 143 | 110 |
| Binary | 1110001 | 11111110 | 11011101 | 111000 | 0 | 1101 | 0 | 10100110 | 1100011 | 1001000 |
Color Harmonies of #71FEDD
Complementary color
Monochromatic Colors of #71FEDD
Black with #71FEDD
Text Example
Text Example
White with #71FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FEDD; }
p { color: rgb(113,254,221); }
H1.HeaderClassName
{
color: #71FEDD;
}
.AnyTagClassName
{
color: #71FEDD;
}
</style>
background-color css
<style>
a { background-color: #71FEDD; }
a { background-color: rgb(113,254,221); }
div.DivClassName
{
background-color: #71FEDD;
}
.BgClassName
{
background-color: #71FEDD;
}
</style>
border-color css
<style>
span { border-color: #71FEDD; }
span { border-color: rgb(113,254,221); }
td.TdClassName
{
border-color: #71FEDD;
}
.TagClassName
{
border-color: #71FEDD;
}
</style>