Shades of Medium Aquamarine #71DC9C
Tints of Medium Aquamarine #71DC9C
RGB
CMYK
RGB Variations
Color information
#71DC9C (or 0x71DC9C) is known color: Medium Aquamarine. HEX triplet: 71, DC and 9C. RGB value is (113,220,156). Sum of RGB (Red+Green+Blue) = 113+220+156=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC9C is #8E2363. Grayscale: #B4B4B4. Windows color (decimal): -9315172 or 10280049. OLE color: 10280049.
HSL color Cylindrical-coordinate representation of color #71DC9C: hue angle of 144.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DC9C is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 156 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.14 |
| HSL | 144.11º | 0.6% | 0.65% | - |
| HSV(B) | 144.11º | 0.49% | 0.86% | - |
| XYZ | 38.4 | 57.1 | 40.45 | - |
| YUV | 180.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 156 | 0.49 | 0 | 0.29 | 0.14 | 144.11 | 0.6 | 0.65 |
| Hex | 71 | DC | 9C | 31 | 0 | 1D | E | 90 | 3C | 41 |
| Octal | 161 | 334 | 234 | 61 | 0 | 35 | 16 | 220 | 74 | 101 |
| Binary | 1110001 | 11011100 | 10011100 | 110001 | 0 | 11101 | 1110 | 10010000 | 111100 | 1000001 |
Color Harmonies of #71DC9C
Complementary color
Monochromatic Colors of #71DC9C
Black with #71DC9C
Text Example
Text Example
White with #71DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC9C; }
p { color: rgb(113,220,156); }
H1.HeaderClassName
{
color: #71DC9C;
}
.AnyTagClassName
{
color: #71DC9C;
}
</style>
background-color css
<style>
a { background-color: #71DC9C; }
a { background-color: rgb(113,220,156); }
div.DivClassName
{
background-color: #71DC9C;
}
.BgClassName
{
background-color: #71DC9C;
}
</style>
border-color css
<style>
span { border-color: #71DC9C; }
span { border-color: rgb(113,220,156); }
td.TdClassName
{
border-color: #71DC9C;
}
.TagClassName
{
border-color: #71DC9C;
}
</style>