Shades of Aquamarine #71EECE
Tints of Aquamarine #71EECE
RGB
CMYK
RGB Variations
Color information
#71EECE (or 0x71EECE) is known color: Aquamarine. HEX triplet: 71, EE and CE. RGB value is (113,238,206). Sum of RGB (Red+Green+Blue) = 113+238+206=557 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.29% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #71EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EECE is #8E1131. Grayscale: #C4C4C4. Windows color (decimal): -9310514 or 13561457. OLE color: 13561457.
HSL color Cylindrical-coordinate representation of color #71EECE: hue angle of 164.64º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EECE is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 206 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.07 |
| HSL | 164.64º | 0.79% | 0.69% | - |
| HSV(B) | 164.64º | 0.53% | 0.93% | - |
| XYZ | 48.53 | 69.12 | 69.18 | - |
| YUV | 196.98 | 133.09 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 206 | 0.53 | 0 | 0.13 | 0.07 | 164.64 | 0.79 | 0.69 |
| Hex | 71 | EE | CE | 35 | 0 | D | 7 | A5 | 4F | 45 |
| Octal | 161 | 356 | 316 | 65 | 0 | 15 | 7 | 245 | 117 | 105 |
| Binary | 1110001 | 11101110 | 11001110 | 110101 | 0 | 1101 | 111 | 10100101 | 1001111 | 1000101 |
Color Harmonies of #71EECE
Complementary color
Monochromatic Colors of #71EECE
Black with #71EECE
Text Example
Text Example
White with #71EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EECE; }
p { color: rgb(113,238,206); }
H1.HeaderClassName
{
color: #71EECE;
}
.AnyTagClassName
{
color: #71EECE;
}
</style>
background-color css
<style>
a { background-color: #71EECE; }
a { background-color: rgb(113,238,206); }
div.DivClassName
{
background-color: #71EECE;
}
.BgClassName
{
background-color: #71EECE;
}
</style>
border-color css
<style>
span { border-color: #71EECE; }
span { border-color: rgb(113,238,206); }
td.TdClassName
{
border-color: #71EECE;
}
.TagClassName
{
border-color: #71EECE;
}
</style>