Shades of Aquamarine #71EACD
Tints of Aquamarine #71EACD
RGB
CMYK
RGB Variations
Color information
#71EACD (or 0x71EACD) is known color: Aquamarine. HEX triplet: 71, EA and CD. RGB value is (113,234,205). Sum of RGB (Red+Green+Blue) = 113+234+205=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #71EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EACD is #8E1532. Grayscale: #C2C2C2. Windows color (decimal): -9311539 or 13494897. OLE color: 13494897.
HSL color Cylindrical-coordinate representation of color #71EACD: hue angle of 165.62º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EACD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 205 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.08 |
| HSL | 165.62º | 0.74% | 0.68% | - |
| HSV(B) | 165.62º | 0.52% | 0.92% | - |
| XYZ | 47.25 | 66.76 | 68.15 | - |
| YUV | 194.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 205 | 0.52 | 0 | 0.12 | 0.08 | 165.62 | 0.74 | 0.68 |
| Hex | 71 | EA | CD | 34 | 0 | C | 8 | A6 | 4A | 44 |
| Octal | 161 | 352 | 315 | 64 | 0 | 14 | 10 | 246 | 112 | 104 |
| Binary | 1110001 | 11101010 | 11001101 | 110100 | 0 | 1100 | 1000 | 10100110 | 1001010 | 1000100 |
Color Harmonies of #71EACD
Complementary color
Monochromatic Colors of #71EACD
Black with #71EACD
Text Example
Text Example
White with #71EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EACD; }
p { color: rgb(113,234,205); }
H1.HeaderClassName
{
color: #71EACD;
}
.AnyTagClassName
{
color: #71EACD;
}
</style>
background-color css
<style>
a { background-color: #71EACD; }
a { background-color: rgb(113,234,205); }
div.DivClassName
{
background-color: #71EACD;
}
.BgClassName
{
background-color: #71EACD;
}
</style>
border-color css
<style>
span { border-color: #71EACD; }
span { border-color: rgb(113,234,205); }
td.TdClassName
{
border-color: #71EACD;
}
.TagClassName
{
border-color: #71EACD;
}
</style>