Shades of Downy #75DDC2
Tints of Downy #75DDC2
RGB
CMYK
RGB Variations
Color information
#75DDC2 (or 0x75DDC2) is known color: Downy. HEX triplet: 75, DD and C2. RGB value is (117,221,194). Sum of RGB (Red+Green+Blue) = 117+221+194=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #75DDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DDC2 is #8A223D. Grayscale: #BABABA. Windows color (decimal): -9052734 or 12770677. OLE color: 12770677.
HSL color Cylindrical-coordinate representation of color #75DDC2: hue angle of 164.42º 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 #75DDC2 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 194 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.13 |
| HSL | 164.42º | 0.6% | 0.66% | - |
| HSV(B) | 164.42º | 0.47% | 0.87% | - |
| XYZ | 42.93 | 59.39 | 60.24 | - |
| YUV | 186.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 194 | 0.47 | 0 | 0.12 | 0.13 | 164.42 | 0.6 | 0.66 |
| Hex | 75 | DD | C2 | 2F | 0 | C | D | A4 | 3C | 42 |
| Octal | 165 | 335 | 302 | 57 | 0 | 14 | 15 | 244 | 74 | 102 |
| Binary | 1110101 | 11011101 | 11000010 | 101111 | 0 | 1100 | 1101 | 10100100 | 111100 | 1000010 |
Color Harmonies of #75DDC2
Complementary color
Monochromatic Colors of #75DDC2
Black with #75DDC2
Text Example
Text Example
White with #75DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DDC2; }
p { color: rgb(117,221,194); }
H1.HeaderClassName
{
color: #75DDC2;
}
.AnyTagClassName
{
color: #75DDC2;
}
</style>
background-color css
<style>
a { background-color: #75DDC2; }
a { background-color: rgb(117,221,194); }
div.DivClassName
{
background-color: #75DDC2;
}
.BgClassName
{
background-color: #75DDC2;
}
</style>
border-color css
<style>
span { border-color: #75DDC2; }
span { border-color: rgb(117,221,194); }
td.TdClassName
{
border-color: #75DDC2;
}
.TagClassName
{
border-color: #75DDC2;
}
</style>