Shades of Downy #75D9BB
Tints of Downy #75D9BB
RGB
CMYK
RGB Variations
Color information
#75D9BB (or 0x75D9BB) is known color: Downy. HEX triplet: 75, D9 and BB. RGB value is (117,217,187). Sum of RGB (Red+Green+Blue) = 117+217+187=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D9BB is #8A2644. Grayscale: #B7B7B7. Windows color (decimal): -9053765 or 12310901. OLE color: 12310901.
HSL color Cylindrical-coordinate representation of color #75D9BB: hue angle of 162º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D9BB is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 187 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.15 |
| HSL | 162º | 0.57% | 0.65% | - |
| HSV(B) | 162º | 0.46% | 0.85% | - |
| XYZ | 41.12 | 57 | 55.85 | - |
| YUV | 183.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 187 | 0.46 | 0 | 0.14 | 0.15 | 162 | 0.57 | 0.65 |
| Hex | 75 | D9 | BB | 2E | 0 | E | F | A2 | 39 | 41 |
| Octal | 165 | 331 | 273 | 56 | 0 | 16 | 17 | 242 | 71 | 101 |
| Binary | 1110101 | 11011001 | 10111011 | 101110 | 0 | 1110 | 1111 | 10100010 | 111001 | 1000001 |
Color Harmonies of #75D9BB
Complementary color
Monochromatic Colors of #75D9BB
Black with #75D9BB
Text Example
Text Example
White with #75D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D9BB; }
p { color: rgb(117,217,187); }
H1.HeaderClassName
{
color: #75D9BB;
}
.AnyTagClassName
{
color: #75D9BB;
}
</style>
background-color css
<style>
a { background-color: #75D9BB; }
a { background-color: rgb(117,217,187); }
div.DivClassName
{
background-color: #75D9BB;
}
.BgClassName
{
background-color: #75D9BB;
}
</style>
border-color css
<style>
span { border-color: #75D9BB; }
span { border-color: rgb(117,217,187); }
td.TdClassName
{
border-color: #75D9BB;
}
.TagClassName
{
border-color: #75D9BB;
}
</style>