Shades of Downy #75D9C5
Tints of Downy #75D9C5
RGB
CMYK
RGB Variations
Color information
#75D9C5 (or 0x75D9C5) is known color: Downy. HEX triplet: 75, D9 and C5. RGB value is (117,217,197). Sum of RGB (Red+Green+Blue) = 117+217+197=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D9C5 is #8A263A. Grayscale: #B8B8B8. Windows color (decimal): -9053755 or 12966261. OLE color: 12966261.
HSL color Cylindrical-coordinate representation of color #75D9C5: hue angle of 168º 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 #75D9C5 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 197 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.15 |
| HSL | 168º | 0.57% | 0.65% | - |
| HSV(B) | 168º | 0.46% | 0.85% | - |
| XYZ | 42.23 | 57.44 | 61.68 | - |
| YUV | 184.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 197 | 0.46 | 0 | 0.09 | 0.15 | 168 | 0.57 | 0.65 |
| Hex | 75 | D9 | C5 | 2E | 0 | 9 | F | A8 | 39 | 41 |
| Octal | 165 | 331 | 305 | 56 | 0 | 11 | 17 | 250 | 71 | 101 |
| Binary | 1110101 | 11011001 | 11000101 | 101110 | 0 | 1001 | 1111 | 10101000 | 111001 | 1000001 |
Color Harmonies of #75D9C5
Complementary color
Monochromatic Colors of #75D9C5
Black with #75D9C5
Text Example
Text Example
White with #75D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D9C5; }
p { color: rgb(117,217,197); }
H1.HeaderClassName
{
color: #75D9C5;
}
.AnyTagClassName
{
color: #75D9C5;
}
</style>
background-color css
<style>
a { background-color: #75D9C5; }
a { background-color: rgb(117,217,197); }
div.DivClassName
{
background-color: #75D9C5;
}
.BgClassName
{
background-color: #75D9C5;
}
</style>
border-color css
<style>
span { border-color: #75D9C5; }
span { border-color: rgb(117,217,197); }
td.TdClassName
{
border-color: #75D9C5;
}
.TagClassName
{
border-color: #75D9C5;
}
</style>