Shades of Aquamarine #71ECCF
Tints of Aquamarine #71ECCF
RGB
CMYK
RGB Variations
Color information
#71ECCF (or 0x71ECCF) is known color: Aquamarine. HEX triplet: 71, EC and CF. RGB value is (113,236,207). Sum of RGB (Red+Green+Blue) = 113+236+207=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECCF is #8E1330. Grayscale: #C3C3C3. Windows color (decimal): -9311025 or 13626481. OLE color: 13626481.
HSL color Cylindrical-coordinate representation of color #71ECCF: hue angle of 165.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECCF is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 207 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.07 |
| HSL | 165.85º | 0.76% | 0.68% | - |
| HSV(B) | 165.85º | 0.52% | 0.93% | - |
| XYZ | 48.07 | 68.01 | 69.62 | - |
| YUV | 195.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 207 | 0.52 | 0 | 0.12 | 0.07 | 165.85 | 0.76 | 0.68 |
| Hex | 71 | EC | CF | 34 | 0 | C | 7 | A6 | 4C | 44 |
| Octal | 161 | 354 | 317 | 64 | 0 | 14 | 7 | 246 | 114 | 104 |
| Binary | 1110001 | 11101100 | 11001111 | 110100 | 0 | 1100 | 111 | 10100110 | 1001100 | 1000100 |
Color Harmonies of #71ECCF
Complementary color
Monochromatic Colors of #71ECCF
Black with #71ECCF
Text Example
Text Example
White with #71ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECCF; }
p { color: rgb(113,236,207); }
H1.HeaderClassName
{
color: #71ECCF;
}
.AnyTagClassName
{
color: #71ECCF;
}
</style>
background-color css
<style>
a { background-color: #71ECCF; }
a { background-color: rgb(113,236,207); }
div.DivClassName
{
background-color: #71ECCF;
}
.BgClassName
{
background-color: #71ECCF;
}
</style>
border-color css
<style>
span { border-color: #71ECCF; }
span { border-color: rgb(113,236,207); }
td.TdClassName
{
border-color: #71ECCF;
}
.TagClassName
{
border-color: #71ECCF;
}
</style>