Shades of Aquamarine #71EFCB
Tints of Aquamarine #71EFCB
RGB
CMYK
RGB Variations
Color information
#71EFCB (or 0x71EFCB) is known color: Aquamarine. HEX triplet: 71, EF and CB. RGB value is (113,239,203). Sum of RGB (Red+Green+Blue) = 113+239+203=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFCB is #8E1034. Grayscale: #C5C5C5. Windows color (decimal): -9310261 or 13365105. OLE color: 13365105.
HSL color Cylindrical-coordinate representation of color #71EFCB: hue angle of 162.86º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFCB is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 203 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.06 |
| HSL | 162.86º | 0.8% | 0.69% | - |
| HSV(B) | 162.86º | 0.53% | 0.94% | - |
| XYZ | 48.46 | 69.56 | 67.37 | - |
| YUV | 197.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 203 | 0.53 | 0 | 0.15 | 0.06 | 162.86 | 0.8 | 0.69 |
| Hex | 71 | EF | CB | 35 | 0 | F | 6 | A3 | 50 | 45 |
| Octal | 161 | 357 | 313 | 65 | 0 | 17 | 6 | 243 | 120 | 105 |
| Binary | 1110001 | 11101111 | 11001011 | 110101 | 0 | 1111 | 110 | 10100011 | 1010000 | 1000101 |
Color Harmonies of #71EFCB
Complementary color
Monochromatic Colors of #71EFCB
Black with #71EFCB
Text Example
Text Example
White with #71EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFCB; }
p { color: rgb(113,239,203); }
H1.HeaderClassName
{
color: #71EFCB;
}
.AnyTagClassName
{
color: #71EFCB;
}
</style>
background-color css
<style>
a { background-color: #71EFCB; }
a { background-color: rgb(113,239,203); }
div.DivClassName
{
background-color: #71EFCB;
}
.BgClassName
{
background-color: #71EFCB;
}
</style>
border-color css
<style>
span { border-color: #71EFCB; }
span { border-color: rgb(113,239,203); }
td.TdClassName
{
border-color: #71EFCB;
}
.TagClassName
{
border-color: #71EFCB;
}
</style>