Shades of Aquamarine #71EFD2
Tints of Aquamarine #71EFD2
RGB
CMYK
RGB Variations
Color information
#71EFD2 (or 0x71EFD2) is known color: Aquamarine. HEX triplet: 71, EF and D2. RGB value is (113,239,210). Sum of RGB (Red+Green+Blue) = 113+239+210=562 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.11% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFD2 is #8E102D. Grayscale: #C6C6C6. Windows color (decimal): -9310254 or 13823857. OLE color: 13823857.
HSL color Cylindrical-coordinate representation of color #71EFD2: hue angle of 166.19º 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 #71EFD2 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 210 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.06 |
| HSL | 166.19º | 0.8% | 0.69% | - |
| HSV(B) | 166.19º | 0.53% | 0.94% | - |
| XYZ | 49.31 | 69.9 | 71.87 | - |
| YUV | 198.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 210 | 0.53 | 0 | 0.12 | 0.06 | 166.19 | 0.8 | 0.69 |
| Hex | 71 | EF | D2 | 35 | 0 | C | 6 | A6 | 50 | 45 |
| Octal | 161 | 357 | 322 | 65 | 0 | 14 | 6 | 246 | 120 | 105 |
| Binary | 1110001 | 11101111 | 11010010 | 110101 | 0 | 1100 | 110 | 10100110 | 1010000 | 1000101 |
Color Harmonies of #71EFD2
Complementary color
Monochromatic Colors of #71EFD2
Black with #71EFD2
Text Example
Text Example
White with #71EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFD2; }
p { color: rgb(113,239,210); }
H1.HeaderClassName
{
color: #71EFD2;
}
.AnyTagClassName
{
color: #71EFD2;
}
</style>
background-color css
<style>
a { background-color: #71EFD2; }
a { background-color: rgb(113,239,210); }
div.DivClassName
{
background-color: #71EFD2;
}
.BgClassName
{
background-color: #71EFD2;
}
</style>
border-color css
<style>
span { border-color: #71EFD2; }
span { border-color: rgb(113,239,210); }
td.TdClassName
{
border-color: #71EFD2;
}
.TagClassName
{
border-color: #71EFD2;
}
</style>