Shades of Medium Aquamarine #71CEA8
Tints of Medium Aquamarine #71CEA8
RGB
CMYK
RGB Variations
Color information
#71CEA8 (or 0x71CEA8) is known color: Medium Aquamarine. HEX triplet: 71, CE and A8. RGB value is (113,206,168). Sum of RGB (Red+Green+Blue) = 113+206+168=487 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.20% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #71CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CEA8 is #8E3157. Grayscale: #ADADAD. Windows color (decimal): -9318744 or 11062897. OLE color: 11062897.
HSL color Cylindrical-coordinate representation of color #71CEA8: hue angle of 155.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CEA8 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 168 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.19 |
| HSL | 155.48º | 0.49% | 0.63% | - |
| HSV(B) | 155.48º | 0.45% | 0.81% | - |
| XYZ | 35.95 | 50.48 | 44.89 | - |
| YUV | 173.86 | 124.69 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 168 | 0.45 | 0 | 0.18 | 0.19 | 155.48 | 0.49 | 0.63 |
| Hex | 71 | CE | A8 | 2D | 0 | 12 | 13 | 9B | 31 | 3F |
| Octal | 161 | 316 | 250 | 55 | 0 | 22 | 23 | 233 | 61 | 77 |
| Binary | 1110001 | 11001110 | 10101000 | 101101 | 0 | 10010 | 10011 | 10011011 | 110001 | 111111 |
Color Harmonies of #71CEA8
Complementary color
Monochromatic Colors of #71CEA8
Black with #71CEA8
Text Example
Text Example
White with #71CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEA8; }
p { color: rgb(113,206,168); }
H1.HeaderClassName
{
color: #71CEA8;
}
.AnyTagClassName
{
color: #71CEA8;
}
</style>
background-color css
<style>
a { background-color: #71CEA8; }
a { background-color: rgb(113,206,168); }
div.DivClassName
{
background-color: #71CEA8;
}
.BgClassName
{
background-color: #71CEA8;
}
</style>
border-color css
<style>
span { border-color: #71CEA8; }
span { border-color: rgb(113,206,168); }
td.TdClassName
{
border-color: #71CEA8;
}
.TagClassName
{
border-color: #71CEA8;
}
</style>