Shades of Medium Aquamarine #71DFB0
Tints of Medium Aquamarine #71DFB0
RGB
CMYK
RGB Variations
Color information
#71DFB0 (or 0x71DFB0) is known color: Medium Aquamarine. HEX triplet: 71, DF and B0. RGB value is (113,223,176). Sum of RGB (Red+Green+Blue) = 113+223+176=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DFB0 is #8E204F. Grayscale: #B8B8B8. Windows color (decimal): -9314384 or 11591537. OLE color: 11591537.
HSL color Cylindrical-coordinate representation of color #71DFB0: hue angle of 154.36º 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 #71DFB0 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 176 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.13 |
| HSL | 154.36º | 0.63% | 0.66% | - |
| HSV(B) | 154.36º | 0.49% | 0.87% | - |
| XYZ | 41.03 | 59.42 | 50.38 | - |
| YUV | 184.75 | 123.06 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 176 | 0.49 | 0 | 0.21 | 0.13 | 154.36 | 0.63 | 0.66 |
| Hex | 71 | DF | B0 | 31 | 0 | 15 | D | 9A | 3F | 42 |
| Octal | 161 | 337 | 260 | 61 | 0 | 25 | 15 | 232 | 77 | 102 |
| Binary | 1110001 | 11011111 | 10110000 | 110001 | 0 | 10101 | 1101 | 10011010 | 111111 | 1000010 |
Color Harmonies of #71DFB0
Complementary color
Monochromatic Colors of #71DFB0
Black with #71DFB0
Text Example
Text Example
White with #71DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DFB0; }
p { color: rgb(113,223,176); }
H1.HeaderClassName
{
color: #71DFB0;
}
.AnyTagClassName
{
color: #71DFB0;
}
</style>
background-color css
<style>
a { background-color: #71DFB0; }
a { background-color: rgb(113,223,176); }
div.DivClassName
{
background-color: #71DFB0;
}
.BgClassName
{
background-color: #71DFB0;
}
</style>
border-color css
<style>
span { border-color: #71DFB0; }
span { border-color: rgb(113,223,176); }
td.TdClassName
{
border-color: #71DFB0;
}
.TagClassName
{
border-color: #71DFB0;
}
</style>