Shades of Medium Aquamarine #71DEAB
Tints of Medium Aquamarine #71DEAB
RGB
CMYK
RGB Variations
Color information
#71DEAB (or 0x71DEAB) is known color: Medium Aquamarine. HEX triplet: 71, DE and AB. RGB value is (113,222,171). Sum of RGB (Red+Green+Blue) = 113+222+171=506 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.33% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DEAB is #8E2154. Grayscale: #B7B7B7. Windows color (decimal): -9314645 or 11263601. OLE color: 11263601.
HSL color Cylindrical-coordinate representation of color #71DEAB: hue angle of 151.93º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DEAB is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 222 | 171 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.13 |
| HSL | 151.93º | 0.62% | 0.66% | - |
| HSV(B) | 151.93º | 0.49% | 0.87% | - |
| XYZ | 40.28 | 58.69 | 47.73 | - |
| YUV | 183.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 222 | 171 | 0.49 | 0 | 0.23 | 0.13 | 151.93 | 0.62 | 0.66 |
| Hex | 71 | DE | AB | 31 | 0 | 17 | D | 98 | 3E | 42 |
| Octal | 161 | 336 | 253 | 61 | 0 | 27 | 15 | 230 | 76 | 102 |
| Binary | 1110001 | 11011110 | 10101011 | 110001 | 0 | 10111 | 1101 | 10011000 | 111110 | 1000010 |
Color Harmonies of #71DEAB
Complementary color
Monochromatic Colors of #71DEAB
Black with #71DEAB
Text Example
Text Example
White with #71DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DEAB; }
p { color: rgb(113,222,171); }
H1.HeaderClassName
{
color: #71DEAB;
}
.AnyTagClassName
{
color: #71DEAB;
}
</style>
background-color css
<style>
a { background-color: #71DEAB; }
a { background-color: rgb(113,222,171); }
div.DivClassName
{
background-color: #71DEAB;
}
.BgClassName
{
background-color: #71DEAB;
}
</style>
border-color css
<style>
span { border-color: #71DEAB; }
span { border-color: rgb(113,222,171); }
td.TdClassName
{
border-color: #71DEAB;
}
.TagClassName
{
border-color: #71DEAB;
}
</style>