Shades of Aquamarine #71FEDE
Tints of Aquamarine #71FEDE
RGB
CMYK
RGB Variations
Color information
#71FEDE (or 0x71FEDE) is known color: Aquamarine. HEX triplet: 71, FE and DE. RGB value is (113,254,222). Sum of RGB (Red+Green+Blue) = 113+254+222=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #71FEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FEDE is #8E0121. Grayscale: #D0D0D0. Windows color (decimal): -9306402 or 14614129. OLE color: 14614129.
HSL color Cylindrical-coordinate representation of color #71FEDE: hue angle of 166.38º 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 #71FEDE is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 222 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.00 |
| HSL | 166.38º | 0.99% | 0.72% | - |
| HSV(B) | 166.38º | 0.56% | 1% | - |
| XYZ | 55.44 | 79.67 | 81.56 | - |
| YUV | 208.19 | 135.79 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 222 | 0.56 | 0 | 0.13 | 0.00 | 166.38 | 0.99 | 0.72 |
| Hex | 71 | FE | DE | 38 | 0 | D | 0 | A6 | 63 | 48 |
| Octal | 161 | 376 | 336 | 70 | 0 | 15 | 0 | 246 | 143 | 110 |
| Binary | 1110001 | 11111110 | 11011110 | 111000 | 0 | 1101 | 0 | 10100110 | 1100011 | 1001000 |
Color Harmonies of #71FEDE
Complementary color
Monochromatic Colors of #71FEDE
Black with #71FEDE
Text Example
Text Example
White with #71FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FEDE; }
p { color: rgb(113,254,222); }
H1.HeaderClassName
{
color: #71FEDE;
}
.AnyTagClassName
{
color: #71FEDE;
}
</style>
background-color css
<style>
a { background-color: #71FEDE; }
a { background-color: rgb(113,254,222); }
div.DivClassName
{
background-color: #71FEDE;
}
.BgClassName
{
background-color: #71FEDE;
}
</style>
border-color css
<style>
span { border-color: #71FEDE; }
span { border-color: rgb(113,254,222); }
td.TdClassName
{
border-color: #71FEDE;
}
.TagClassName
{
border-color: #71FEDE;
}
</style>