Shades of Aquamarine #71EBC9
Tints of Aquamarine #71EBC9
RGB
CMYK
RGB Variations
Color information
#71EBC9 (or 0x71EBC9) is known color: Aquamarine. HEX triplet: 71, EB and C9. RGB value is (113,235,201). Sum of RGB (Red+Green+Blue) = 113+235+201=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBC9 is #8E1436. Grayscale: #C2C2C2. Windows color (decimal): -9311287 or 13233009. OLE color: 13233009.
HSL color Cylindrical-coordinate representation of color #71EBC9: hue angle of 163.28º degrees, saturation: 0.75, 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 #71EBC9 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 235 | 201 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.08 |
| HSL | 163.28º | 0.75% | 0.68% | - |
| HSV(B) | 163.28º | 0.52% | 0.92% | - |
| XYZ | 47.06 | 67.14 | 65.74 | - |
| YUV | 194.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 235 | 201 | 0.52 | 0 | 0.14 | 0.08 | 163.28 | 0.75 | 0.68 |
| Hex | 71 | EB | C9 | 34 | 0 | E | 8 | A3 | 4B | 44 |
| Octal | 161 | 353 | 311 | 64 | 0 | 16 | 10 | 243 | 113 | 104 |
| Binary | 1110001 | 11101011 | 11001001 | 110100 | 0 | 1110 | 1000 | 10100011 | 1001011 | 1000100 |
Color Harmonies of #71EBC9
Complementary color
Monochromatic Colors of #71EBC9
Black with #71EBC9
Text Example
Text Example
White with #71EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EBC9; }
p { color: rgb(113,235,201); }
H1.HeaderClassName
{
color: #71EBC9;
}
.AnyTagClassName
{
color: #71EBC9;
}
</style>
background-color css
<style>
a { background-color: #71EBC9; }
a { background-color: rgb(113,235,201); }
div.DivClassName
{
background-color: #71EBC9;
}
.BgClassName
{
background-color: #71EBC9;
}
</style>
border-color css
<style>
span { border-color: #71EBC9; }
span { border-color: rgb(113,235,201); }
td.TdClassName
{
border-color: #71EBC9;
}
.TagClassName
{
border-color: #71EBC9;
}
</style>