Shades of Downy #75DDC3
Tints of Downy #75DDC3
RGB
CMYK
RGB Variations
Color information
#75DDC3 (or 0x75DDC3) is known color: Downy. HEX triplet: 75, DD and C3. RGB value is (117,221,195). Sum of RGB (Red+Green+Blue) = 117+221+195=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDC3 is #8A223C. Grayscale: #BABABA. Windows color (decimal): -9052733 or 12836213. OLE color: 12836213.
HSL color Cylindrical-coordinate representation of color #75DDC3: hue angle of 165º 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 #75DDC3 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 195 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.13 |
| HSL | 165º | 0.6% | 0.66% | - |
| HSV(B) | 165º | 0.47% | 0.87% | - |
| XYZ | 43.04 | 59.43 | 60.83 | - |
| YUV | 186.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 195 | 0.47 | 0 | 0.12 | 0.13 | 165 | 0.6 | 0.66 |
| Hex | 75 | DD | C3 | 2F | 0 | C | D | A5 | 3C | 42 |
| Octal | 165 | 335 | 303 | 57 | 0 | 14 | 15 | 245 | 74 | 102 |
| Binary | 1110101 | 11011101 | 11000011 | 101111 | 0 | 1100 | 1101 | 10100101 | 111100 | 1000010 |
Color Harmonies of #75DDC3
Complementary color
Monochromatic Colors of #75DDC3
Black with #75DDC3
Text Example
Text Example
White with #75DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDC3; }
p { color: rgb(117,221,195); }
H1.HeaderClassName
{
color: #75DDC3;
}
.AnyTagClassName
{
color: #75DDC3;
}
</style>
background-color css
<style>
a { background-color: #75DDC3; }
a { background-color: rgb(117,221,195); }
div.DivClassName
{
background-color: #75DDC3;
}
.BgClassName
{
background-color: #75DDC3;
}
</style>
border-color css
<style>
span { border-color: #75DDC3; }
span { border-color: rgb(117,221,195); }
td.TdClassName
{
border-color: #75DDC3;
}
.TagClassName
{
border-color: #75DDC3;
}
</style>