Shades of Aquamarine #71EACC
Tints of Aquamarine #71EACC
RGB
CMYK
RGB Variations
Color information
#71EACC (or 0x71EACC) is known color: Aquamarine. HEX triplet: 71, EA and CC. RGB value is (113,234,204). Sum of RGB (Red+Green+Blue) = 113+234+204=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #71EACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EACC is #8E1533. Grayscale: #C2C2C2. Windows color (decimal): -9311540 or 13429361. OLE color: 13429361.
HSL color Cylindrical-coordinate representation of color #71EACC: hue angle of 165.12º 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 #71EACC is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 204 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.08 |
| HSL | 165.12º | 0.74% | 0.68% | - |
| HSV(B) | 165.12º | 0.52% | 0.92% | - |
| XYZ | 47.13 | 66.72 | 67.52 | - |
| YUV | 194.4 | 133.41 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 204 | 0.52 | 0 | 0.13 | 0.08 | 165.12 | 0.74 | 0.68 |
| Hex | 71 | EA | CC | 34 | 0 | D | 8 | A5 | 4A | 44 |
| Octal | 161 | 352 | 314 | 64 | 0 | 15 | 10 | 245 | 112 | 104 |
| Binary | 1110001 | 11101010 | 11001100 | 110100 | 0 | 1101 | 1000 | 10100101 | 1001010 | 1000100 |
Color Harmonies of #71EACC
Complementary color
Monochromatic Colors of #71EACC
Black with #71EACC
Text Example
Text Example
White with #71EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EACC; }
p { color: rgb(113,234,204); }
H1.HeaderClassName
{
color: #71EACC;
}
.AnyTagClassName
{
color: #71EACC;
}
</style>
background-color css
<style>
a { background-color: #71EACC; }
a { background-color: rgb(113,234,204); }
div.DivClassName
{
background-color: #71EACC;
}
.BgClassName
{
background-color: #71EACC;
}
</style>
border-color css
<style>
span { border-color: #71EACC; }
span { border-color: rgb(113,234,204); }
td.TdClassName
{
border-color: #71EACC;
}
.TagClassName
{
border-color: #71EACC;
}
</style>