Shades of Downy #75DAC7
Tints of Downy #75DAC7
RGB
CMYK
RGB Variations
Color information
#75DAC7 (or 0x75DAC7) is known color: Downy. HEX triplet: 75, DA and C7. RGB value is (117,218,199). Sum of RGB (Red+Green+Blue) = 117+218+199=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAC7 is #8A2538. Grayscale: #B9B9B9. Windows color (decimal): -9053497 or 13097589. OLE color: 13097589.
HSL color Cylindrical-coordinate representation of color #75DAC7: hue angle of 168.71º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAC7 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 218 | 199 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.15 |
| HSL | 168.71º | 0.58% | 0.66% | - |
| HSV(B) | 168.71º | 0.46% | 0.85% | - |
| XYZ | 42.72 | 58.05 | 62.99 | - |
| YUV | 185.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 218 | 199 | 0.46 | 0 | 0.09 | 0.15 | 168.71 | 0.58 | 0.66 |
| Hex | 75 | DA | C7 | 2E | 0 | 9 | F | A9 | 3A | 42 |
| Octal | 165 | 332 | 307 | 56 | 0 | 11 | 17 | 251 | 72 | 102 |
| Binary | 1110101 | 11011010 | 11000111 | 101110 | 0 | 1001 | 1111 | 10101001 | 111010 | 1000010 |
Color Harmonies of #75DAC7
Complementary color
Monochromatic Colors of #75DAC7
Black with #75DAC7
Text Example
Text Example
White with #75DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DAC7; }
p { color: rgb(117,218,199); }
H1.HeaderClassName
{
color: #75DAC7;
}
.AnyTagClassName
{
color: #75DAC7;
}
</style>
background-color css
<style>
a { background-color: #75DAC7; }
a { background-color: rgb(117,218,199); }
div.DivClassName
{
background-color: #75DAC7;
}
.BgClassName
{
background-color: #75DAC7;
}
</style>
border-color css
<style>
span { border-color: #75DAC7; }
span { border-color: rgb(117,218,199); }
td.TdClassName
{
border-color: #75DAC7;
}
.TagClassName
{
border-color: #75DAC7;
}
</style>