Shades of Aquamarine #71ECCB
Tints of Aquamarine #71ECCB
RGB
CMYK
RGB Variations
Color information
#71ECCB (or 0x71ECCB) is known color: Aquamarine. HEX triplet: 71, EC and CB. RGB value is (113,236,203). Sum of RGB (Red+Green+Blue) = 113+236+203=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECCB is #8E1334. Grayscale: #C3C3C3. Windows color (decimal): -9311029 or 13364337. OLE color: 13364337.
HSL color Cylindrical-coordinate representation of color #71ECCB: hue angle of 163.9º 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 #71ECCB is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 203 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.07 |
| HSL | 163.9º | 0.76% | 0.68% | - |
| HSV(B) | 163.9º | 0.52% | 0.93% | - |
| XYZ | 47.59 | 67.81 | 67.08 | - |
| YUV | 195.46 | 132.25 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 203 | 0.52 | 0 | 0.14 | 0.07 | 163.9 | 0.76 | 0.68 |
| Hex | 71 | EC | CB | 34 | 0 | E | 7 | A4 | 4C | 44 |
| Octal | 161 | 354 | 313 | 64 | 0 | 16 | 7 | 244 | 114 | 104 |
| Binary | 1110001 | 11101100 | 11001011 | 110100 | 0 | 1110 | 111 | 10100100 | 1001100 | 1000100 |
Color Harmonies of #71ECCB
Complementary color
Monochromatic Colors of #71ECCB
Black with #71ECCB
Text Example
Text Example
White with #71ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECCB; }
p { color: rgb(113,236,203); }
H1.HeaderClassName
{
color: #71ECCB;
}
.AnyTagClassName
{
color: #71ECCB;
}
</style>
background-color css
<style>
a { background-color: #71ECCB; }
a { background-color: rgb(113,236,203); }
div.DivClassName
{
background-color: #71ECCB;
}
.BgClassName
{
background-color: #71ECCB;
}
</style>
border-color css
<style>
span { border-color: #71ECCB; }
span { border-color: rgb(113,236,203); }
td.TdClassName
{
border-color: #71ECCB;
}
.TagClassName
{
border-color: #71ECCB;
}
</style>