Shades of Downy #75DAC3
Tints of Downy #75DAC3
RGB
CMYK
RGB Variations
Color information
#75DAC3 (or 0x75DAC3) is known color: Downy. HEX triplet: 75, DA and C3. RGB value is (117,218,195). Sum of RGB (Red+Green+Blue) = 117+218+195=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAC3 is #8A253C. Grayscale: #B9B9B9. Windows color (decimal): -9053501 or 12835445. OLE color: 12835445.
HSL color Cylindrical-coordinate representation of color #75DAC3: hue angle of 166.34º 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 #75DAC3 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 218 | 195 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.15 |
| HSL | 166.34º | 0.58% | 0.66% | - |
| HSV(B) | 166.34º | 0.46% | 0.85% | - |
| XYZ | 42.26 | 57.86 | 60.57 | - |
| YUV | 185.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 218 | 195 | 0.46 | 0 | 0.11 | 0.15 | 166.34 | 0.58 | 0.66 |
| Hex | 75 | DA | C3 | 2E | 0 | B | F | A6 | 3A | 42 |
| Octal | 165 | 332 | 303 | 56 | 0 | 13 | 17 | 246 | 72 | 102 |
| Binary | 1110101 | 11011010 | 11000011 | 101110 | 0 | 1011 | 1111 | 10100110 | 111010 | 1000010 |
Color Harmonies of #75DAC3
Complementary color
Monochromatic Colors of #75DAC3
Black with #75DAC3
Text Example
Text Example
White with #75DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DAC3; }
p { color: rgb(117,218,195); }
H1.HeaderClassName
{
color: #75DAC3;
}
.AnyTagClassName
{
color: #75DAC3;
}
</style>
background-color css
<style>
a { background-color: #75DAC3; }
a { background-color: rgb(117,218,195); }
div.DivClassName
{
background-color: #75DAC3;
}
.BgClassName
{
background-color: #75DAC3;
}
</style>
border-color css
<style>
span { border-color: #75DAC3; }
span { border-color: rgb(117,218,195); }
td.TdClassName
{
border-color: #75DAC3;
}
.TagClassName
{
border-color: #75DAC3;
}
</style>