Shades of Aquamarine #71EDC1
Tints of Aquamarine #71EDC1
RGB
CMYK
RGB Variations
Color information
#71EDC1 (or 0x71EDC1) is known color: Aquamarine. HEX triplet: 71, ED and C1. RGB value is (113,237,193). Sum of RGB (Red+Green+Blue) = 113+237+193=543 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.81% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDC1 is #8E123E. Grayscale: #C2C2C2. Windows color (decimal): -9310783 or 12709233. OLE color: 12709233.
HSL color Cylindrical-coordinate representation of color #71EDC1: hue angle of 158.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDC1 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 193 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.07 |
| HSL | 158.71º | 0.78% | 0.69% | - |
| HSV(B) | 158.71º | 0.52% | 0.93% | - |
| XYZ | 46.72 | 67.93 | 61.1 | - |
| YUV | 194.91 | 126.92 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 193 | 0.52 | 0 | 0.19 | 0.07 | 158.71 | 0.78 | 0.69 |
| Hex | 71 | ED | C1 | 34 | 0 | 13 | 7 | 9F | 4E | 45 |
| Octal | 161 | 355 | 301 | 64 | 0 | 23 | 7 | 237 | 116 | 105 |
| Binary | 1110001 | 11101101 | 11000001 | 110100 | 0 | 10011 | 111 | 10011111 | 1001110 | 1000101 |
Color Harmonies of #71EDC1
Complementary color
Monochromatic Colors of #71EDC1
Black with #71EDC1
Text Example
Text Example
White with #71EDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDC1; }
p { color: rgb(113,237,193); }
H1.HeaderClassName
{
color: #71EDC1;
}
.AnyTagClassName
{
color: #71EDC1;
}
</style>
background-color css
<style>
a { background-color: #71EDC1; }
a { background-color: rgb(113,237,193); }
div.DivClassName
{
background-color: #71EDC1;
}
.BgClassName
{
background-color: #71EDC1;
}
</style>
border-color css
<style>
span { border-color: #71EDC1; }
span { border-color: rgb(113,237,193); }
td.TdClassName
{
border-color: #71EDC1;
}
.TagClassName
{
border-color: #71EDC1;
}
</style>