Shades of Downy #75DDB5
Tints of Downy #75DDB5
RGB
CMYK
RGB Variations
Color information
#75DDB5 (or 0x75DDB5) is known color: Downy. HEX triplet: 75, DD and B5. RGB value is (117,221,181). Sum of RGB (Red+Green+Blue) = 117+221+181=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDB5 is #8A224A. Grayscale: #B9B9B9. Windows color (decimal): -9052747 or 11918709. OLE color: 11918709.
HSL color Cylindrical-coordinate representation of color #75DDB5: hue angle of 156.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DDB5 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 181 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.13 |
| HSL | 156.92º | 0.6% | 0.66% | - |
| HSV(B) | 156.92º | 0.47% | 0.87% | - |
| XYZ | 41.53 | 58.83 | 52.88 | - |
| YUV | 185.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 181 | 0.47 | 0 | 0.18 | 0.13 | 156.92 | 0.6 | 0.66 |
| Hex | 75 | DD | B5 | 2F | 0 | 12 | D | 9D | 3C | 42 |
| Octal | 165 | 335 | 265 | 57 | 0 | 22 | 15 | 235 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10110101 | 101111 | 0 | 10010 | 1101 | 10011101 | 111100 | 1000010 |
Color Harmonies of #75DDB5
Complementary color
Monochromatic Colors of #75DDB5
Black with #75DDB5
Text Example
Text Example
White with #75DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDB5; }
p { color: rgb(117,221,181); }
H1.HeaderClassName
{
color: #75DDB5;
}
.AnyTagClassName
{
color: #75DDB5;
}
</style>
background-color css
<style>
a { background-color: #75DDB5; }
a { background-color: rgb(117,221,181); }
div.DivClassName
{
background-color: #75DDB5;
}
.BgClassName
{
background-color: #75DDB5;
}
</style>
border-color css
<style>
span { border-color: #75DDB5; }
span { border-color: rgb(117,221,181); }
td.TdClassName
{
border-color: #75DDB5;
}
.TagClassName
{
border-color: #75DDB5;
}
</style>