Shades of Medium Aquamarine #71CB9E
Tints of Medium Aquamarine #71CB9E
RGB
CMYK
RGB Variations
Color information
#71CB9E (or 0x71CB9E) is known color: Medium Aquamarine. HEX triplet: 71, CB and 9E. RGB value is (113,203,158). Sum of RGB (Red+Green+Blue) = 113+203+158=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CB9E is #8E3461. Grayscale: #ABABAB. Windows color (decimal): -9319522 or 10406769. OLE color: 10406769.
HSL color Cylindrical-coordinate representation of color #71CB9E: hue angle of 150º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CB9E is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 158 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.20 |
| HSL | 150º | 0.46% | 0.62% | - |
| HSV(B) | 150º | 0.44% | 0.8% | - |
| XYZ | 34.34 | 48.69 | 39.94 | - |
| YUV | 170.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 158 | 0.44 | 0 | 0.22 | 0.20 | 150 | 0.46 | 0.62 |
| Hex | 71 | CB | 9E | 2C | 0 | 16 | 14 | 96 | 2E | 3E |
| Octal | 161 | 313 | 236 | 54 | 0 | 26 | 24 | 226 | 56 | 76 |
| Binary | 1110001 | 11001011 | 10011110 | 101100 | 0 | 10110 | 10100 | 10010110 | 101110 | 111110 |
Color Harmonies of #71CB9E
Complementary color
Monochromatic Colors of #71CB9E
Black with #71CB9E
Text Example
Text Example
White with #71CB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB9E; }
p { color: rgb(113,203,158); }
H1.HeaderClassName
{
color: #71CB9E;
}
.AnyTagClassName
{
color: #71CB9E;
}
</style>
background-color css
<style>
a { background-color: #71CB9E; }
a { background-color: rgb(113,203,158); }
div.DivClassName
{
background-color: #71CB9E;
}
.BgClassName
{
background-color: #71CB9E;
}
</style>
border-color css
<style>
span { border-color: #71CB9E; }
span { border-color: rgb(113,203,158); }
td.TdClassName
{
border-color: #71CB9E;
}
.TagClassName
{
border-color: #71CB9E;
}
</style>