Shades of Downy #71EEBB
Tints of Downy #71EEBB
RGB
CMYK
RGB Variations
Color information
#71EEBB (or 0x71EEBB) is known color: Downy. HEX triplet: 71, EE and BB. RGB value is (113,238,187). Sum of RGB (Red+Green+Blue) = 113+238+187=538 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.00% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEBB is #8E1144. Grayscale: #C2C2C2. Windows color (decimal): -9310533 or 12316273. OLE color: 12316273.
HSL color Cylindrical-coordinate representation of color #71EEBB: hue angle of 155.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EEBB is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 187 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 155.52º | 0.79% | 0.69% | - |
| HSV(B) | 155.52º | 0.53% | 0.93% | - |
| XYZ | 46.35 | 68.25 | 57.74 | - |
| YUV | 194.81 | 123.59 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 187 | 0.53 | 0 | 0.21 | 0.07 | 155.52 | 0.79 | 0.69 |
| Hex | 71 | EE | BB | 35 | 0 | 15 | 7 | 9C | 4F | 45 |
| Octal | 161 | 356 | 273 | 65 | 0 | 25 | 7 | 234 | 117 | 105 |
| Binary | 1110001 | 11101110 | 10111011 | 110101 | 0 | 10101 | 111 | 10011100 | 1001111 | 1000101 |
Color Harmonies of #71EEBB
Complementary color
Monochromatic Colors of #71EEBB
Black with #71EEBB
Text Example
Text Example
White with #71EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEBB; }
p { color: rgb(113,238,187); }
H1.HeaderClassName
{
color: #71EEBB;
}
.AnyTagClassName
{
color: #71EEBB;
}
</style>
background-color css
<style>
a { background-color: #71EEBB; }
a { background-color: rgb(113,238,187); }
div.DivClassName
{
background-color: #71EEBB;
}
.BgClassName
{
background-color: #71EEBB;
}
</style>
border-color css
<style>
span { border-color: #71EEBB; }
span { border-color: rgb(113,238,187); }
td.TdClassName
{
border-color: #71EEBB;
}
.TagClassName
{
border-color: #71EEBB;
}
</style>