Shades of Aquamarine #71EFC2
Tints of Aquamarine #71EFC2
RGB
CMYK
RGB Variations
Color information
#71EFC2 (or 0x71EFC2) is known color: Aquamarine. HEX triplet: 71, EF and C2. RGB value is (113,239,194). Sum of RGB (Red+Green+Blue) = 113+239+194=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFC2 is #8E103D. Grayscale: #C4C4C4. Windows color (decimal): -9310270 or 12775281. OLE color: 12775281.
HSL color Cylindrical-coordinate representation of color #71EFC2: hue angle of 158.57º 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 #71EFC2 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 194 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.06 |
| HSL | 158.57º | 0.8% | 0.69% | - |
| HSV(B) | 158.57º | 0.53% | 0.94% | - |
| XYZ | 47.41 | 69.14 | 61.89 | - |
| YUV | 196.2 | 126.76 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 194 | 0.53 | 0 | 0.19 | 0.06 | 158.57 | 0.8 | 0.69 |
| Hex | 71 | EF | C2 | 35 | 0 | 13 | 6 | 9F | 50 | 45 |
| Octal | 161 | 357 | 302 | 65 | 0 | 23 | 6 | 237 | 120 | 105 |
| Binary | 1110001 | 11101111 | 11000010 | 110101 | 0 | 10011 | 110 | 10011111 | 1010000 | 1000101 |
Color Harmonies of #71EFC2
Complementary color
Monochromatic Colors of #71EFC2
Black with #71EFC2
Text Example
Text Example
White with #71EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFC2; }
p { color: rgb(113,239,194); }
H1.HeaderClassName
{
color: #71EFC2;
}
.AnyTagClassName
{
color: #71EFC2;
}
</style>
background-color css
<style>
a { background-color: #71EFC2; }
a { background-color: rgb(113,239,194); }
div.DivClassName
{
background-color: #71EFC2;
}
.BgClassName
{
background-color: #71EFC2;
}
</style>
border-color css
<style>
span { border-color: #71EFC2; }
span { border-color: rgb(113,239,194); }
td.TdClassName
{
border-color: #71EFC2;
}
.TagClassName
{
border-color: #71EFC2;
}
</style>