Shades of Downy #75DCC9
Tints of Downy #75DCC9
RGB
CMYK
RGB Variations
Color information
#75DCC9 (or 0x75DCC9) is known color: Downy. HEX triplet: 75, DC and C9. RGB value is (117,220,201). Sum of RGB (Red+Green+Blue) = 117+220+201=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCC9 is #8A2336. Grayscale: #BBBBBB. Windows color (decimal): -9052983 or 13229173. OLE color: 13229173.
HSL color Cylindrical-coordinate representation of color #75DCC9: hue angle of 168.93º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCC9 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 201 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.14 |
| HSL | 168.93º | 0.6% | 0.66% | - |
| HSV(B) | 168.93º | 0.47% | 0.86% | - |
| XYZ | 43.47 | 59.19 | 64.39 | - |
| YUV | 187.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 201 | 0.47 | 0 | 0.09 | 0.14 | 168.93 | 0.6 | 0.66 |
| Hex | 75 | DC | C9 | 2F | 0 | 9 | E | A9 | 3C | 42 |
| Octal | 165 | 334 | 311 | 57 | 0 | 11 | 16 | 251 | 74 | 102 |
| Binary | 1110101 | 11011100 | 11001001 | 101111 | 0 | 1001 | 1110 | 10101001 | 111100 | 1000010 |
Color Harmonies of #75DCC9
Complementary color
Monochromatic Colors of #75DCC9
Black with #75DCC9
Text Example
Text Example
White with #75DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCC9; }
p { color: rgb(117,220,201); }
H1.HeaderClassName
{
color: #75DCC9;
}
.AnyTagClassName
{
color: #75DCC9;
}
</style>
background-color css
<style>
a { background-color: #75DCC9; }
a { background-color: rgb(117,220,201); }
div.DivClassName
{
background-color: #75DCC9;
}
.BgClassName
{
background-color: #75DCC9;
}
</style>
border-color css
<style>
span { border-color: #75DCC9; }
span { border-color: rgb(117,220,201); }
td.TdClassName
{
border-color: #75DCC9;
}
.TagClassName
{
border-color: #75DCC9;
}
</style>