Shades of Medium Aquamarine #71DF9F
Tints of Medium Aquamarine #71DF9F
RGB
CMYK
RGB Variations
Color information
#71DF9F (or 0x71DF9F) is known color: Medium Aquamarine. HEX triplet: 71, DF and 9F. RGB value is (113,223,159). Sum of RGB (Red+Green+Blue) = 113+223+159=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DF9F is #8E2060. Grayscale: #B6B6B6. Windows color (decimal): -9314401 or 10477425. OLE color: 10477425.
HSL color Cylindrical-coordinate representation of color #71DF9F: hue angle of 145.09º degrees, saturation: 0.63, 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 #71DF9F is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 159 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.13 |
| HSL | 145.09º | 0.63% | 0.66% | - |
| HSV(B) | 145.09º | 0.49% | 0.87% | - |
| XYZ | 39.46 | 58.79 | 42.07 | - |
| YUV | 182.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 159 | 0.49 | 0 | 0.29 | 0.13 | 145.09 | 0.63 | 0.66 |
| Hex | 71 | DF | 9F | 31 | 0 | 1D | D | 91 | 3F | 42 |
| Octal | 161 | 337 | 237 | 61 | 0 | 35 | 15 | 221 | 77 | 102 |
| Binary | 1110001 | 11011111 | 10011111 | 110001 | 0 | 11101 | 1101 | 10010001 | 111111 | 1000010 |
Color Harmonies of #71DF9F
Complementary color
Monochromatic Colors of #71DF9F
Black with #71DF9F
Text Example
Text Example
White with #71DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF9F; }
p { color: rgb(113,223,159); }
H1.HeaderClassName
{
color: #71DF9F;
}
.AnyTagClassName
{
color: #71DF9F;
}
</style>
background-color css
<style>
a { background-color: #71DF9F; }
a { background-color: rgb(113,223,159); }
div.DivClassName
{
background-color: #71DF9F;
}
.BgClassName
{
background-color: #71DF9F;
}
</style>
border-color css
<style>
span { border-color: #71DF9F; }
span { border-color: rgb(113,223,159); }
td.TdClassName
{
border-color: #71DF9F;
}
.TagClassName
{
border-color: #71DF9F;
}
</style>