Shades of Downy #75D1BC
Tints of Downy #75D1BC
RGB
CMYK
RGB Variations
Color information
#75D1BC (or 0x75D1BC) is known color: Downy. HEX triplet: 75, D1 and BC. RGB value is (117,209,188). Sum of RGB (Red+Green+Blue) = 117+209+188=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #75D1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D1BC is #8A2E43. Grayscale: #B3B3B3. Windows color (decimal): -9055812 or 12374389. OLE color: 12374389.
HSL color Cylindrical-coordinate representation of color #75D1BC: hue angle of 166.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D1BC is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 188 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.18 |
| HSL | 166.3º | 0.5% | 0.64% | - |
| HSV(B) | 166.3º | 0.44% | 0.82% | - |
| XYZ | 39.21 | 53.01 | 55.74 | - |
| YUV | 179.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 188 | 0.44 | 0 | 0.10 | 0.18 | 166.3 | 0.5 | 0.64 |
| Hex | 75 | D1 | BC | 2C | 0 | A | 12 | A6 | 32 | 40 |
| Octal | 165 | 321 | 274 | 54 | 0 | 12 | 22 | 246 | 62 | 100 |
| Binary | 1110101 | 11010001 | 10111100 | 101100 | 0 | 1010 | 10010 | 10100110 | 110010 | 1000000 |
Color Harmonies of #75D1BC
Complementary color
Monochromatic Colors of #75D1BC
Black with #75D1BC
Text Example
Text Example
White with #75D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D1BC; }
p { color: rgb(117,209,188); }
H1.HeaderClassName
{
color: #75D1BC;
}
.AnyTagClassName
{
color: #75D1BC;
}
</style>
background-color css
<style>
a { background-color: #75D1BC; }
a { background-color: rgb(117,209,188); }
div.DivClassName
{
background-color: #75D1BC;
}
.BgClassName
{
background-color: #75D1BC;
}
</style>
border-color css
<style>
span { border-color: #75D1BC; }
span { border-color: rgb(117,209,188); }
td.TdClassName
{
border-color: #75D1BC;
}
.TagClassName
{
border-color: #75D1BC;
}
</style>