Shades of Aquamarine #71EACF
Tints of Aquamarine #71EACF
RGB
CMYK
RGB Variations
Color information
#71EACF (or 0x71EACF) is known color: Aquamarine. HEX triplet: 71, EA and CF. RGB value is (113,234,207). Sum of RGB (Red+Green+Blue) = 113+234+207=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #71EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EACF is #8E1530. Grayscale: #C2C2C2. Windows color (decimal): -9311537 or 13625969. OLE color: 13625969.
HSL color Cylindrical-coordinate representation of color #71EACF: hue angle of 166.61º 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 #71EACF is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 207 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.08 |
| HSL | 166.61º | 0.74% | 0.68% | - |
| HSV(B) | 166.61º | 0.52% | 0.92% | - |
| XYZ | 47.5 | 66.86 | 69.43 | - |
| YUV | 194.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 207 | 0.52 | 0 | 0.12 | 0.08 | 166.61 | 0.74 | 0.68 |
| Hex | 71 | EA | CF | 34 | 0 | C | 8 | A7 | 4A | 44 |
| Octal | 161 | 352 | 317 | 64 | 0 | 14 | 10 | 247 | 112 | 104 |
| Binary | 1110001 | 11101010 | 11001111 | 110100 | 0 | 1100 | 1000 | 10100111 | 1001010 | 1000100 |
Color Harmonies of #71EACF
Complementary color
Monochromatic Colors of #71EACF
Black with #71EACF
Text Example
Text Example
White with #71EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EACF; }
p { color: rgb(113,234,207); }
H1.HeaderClassName
{
color: #71EACF;
}
.AnyTagClassName
{
color: #71EACF;
}
</style>
background-color css
<style>
a { background-color: #71EACF; }
a { background-color: rgb(113,234,207); }
div.DivClassName
{
background-color: #71EACF;
}
.BgClassName
{
background-color: #71EACF;
}
</style>
border-color css
<style>
span { border-color: #71EACF; }
span { border-color: rgb(113,234,207); }
td.TdClassName
{
border-color: #71EACF;
}
.TagClassName
{
border-color: #71EACF;
}
</style>