Shades of Aquamarine #71EED2
Tints of Aquamarine #71EED2
RGB
CMYK
RGB Variations
Color information
#71EED2 (or 0x71EED2) is known color: Aquamarine. HEX triplet: 71, EE and D2. RGB value is (113,238,210). Sum of RGB (Red+Green+Blue) = 113+238+210=561 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.14% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #71EED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EED2 is #8E112D. Grayscale: #C5C5C5. Windows color (decimal): -9310510 or 13823601. OLE color: 13823601.
HSL color Cylindrical-coordinate representation of color #71EED2: hue angle of 166.56º 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 #71EED2 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 210 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.07 |
| HSL | 166.56º | 0.79% | 0.69% | - |
| HSV(B) | 166.56º | 0.53% | 0.93% | - |
| XYZ | 49.02 | 69.31 | 71.77 | - |
| YUV | 197.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 210 | 0.53 | 0 | 0.12 | 0.07 | 166.56 | 0.79 | 0.69 |
| Hex | 71 | EE | D2 | 35 | 0 | C | 7 | A7 | 4F | 45 |
| Octal | 161 | 356 | 322 | 65 | 0 | 14 | 7 | 247 | 117 | 105 |
| Binary | 1110001 | 11101110 | 11010010 | 110101 | 0 | 1100 | 111 | 10100111 | 1001111 | 1000101 |
Color Harmonies of #71EED2
Complementary color
Monochromatic Colors of #71EED2
Black with #71EED2
Text Example
Text Example
White with #71EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EED2; }
p { color: rgb(113,238,210); }
H1.HeaderClassName
{
color: #71EED2;
}
.AnyTagClassName
{
color: #71EED2;
}
</style>
background-color css
<style>
a { background-color: #71EED2; }
a { background-color: rgb(113,238,210); }
div.DivClassName
{
background-color: #71EED2;
}
.BgClassName
{
background-color: #71EED2;
}
</style>
border-color css
<style>
span { border-color: #71EED2; }
span { border-color: rgb(113,238,210); }
td.TdClassName
{
border-color: #71EED2;
}
.TagClassName
{
border-color: #71EED2;
}
</style>