Shades of Downy #75DCCC
Tints of Downy #75DCCC
RGB
CMYK
RGB Variations
Color information
#75DCCC (or 0x75DCCC) is known color: Downy. HEX triplet: 75, DC and CC. RGB value is (117,220,204). Sum of RGB (Red+Green+Blue) = 117+220+204=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCCC is #8A2333. Grayscale: #BBBBBB. Windows color (decimal): -9052980 or 13425781. OLE color: 13425781.
HSL color Cylindrical-coordinate representation of color #75DCCC: hue angle of 170.68º 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 #75DCCC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 204 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.14 |
| HSL | 170.68º | 0.6% | 0.66% | - |
| HSV(B) | 170.68º | 0.47% | 0.86% | - |
| XYZ | 43.83 | 59.33 | 66.27 | - |
| YUV | 187.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 204 | 0.47 | 0 | 0.07 | 0.14 | 170.68 | 0.6 | 0.66 |
| Hex | 75 | DC | CC | 2F | 0 | 7 | E | AB | 3C | 42 |
| Octal | 165 | 334 | 314 | 57 | 0 | 7 | 16 | 253 | 74 | 102 |
| Binary | 1110101 | 11011100 | 11001100 | 101111 | 0 | 111 | 1110 | 10101011 | 111100 | 1000010 |
Color Harmonies of #75DCCC
Complementary color
Monochromatic Colors of #75DCCC
Black with #75DCCC
Text Example
Text Example
White with #75DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCCC; }
p { color: rgb(117,220,204); }
H1.HeaderClassName
{
color: #75DCCC;
}
.AnyTagClassName
{
color: #75DCCC;
}
</style>
background-color css
<style>
a { background-color: #75DCCC; }
a { background-color: rgb(117,220,204); }
div.DivClassName
{
background-color: #75DCCC;
}
.BgClassName
{
background-color: #75DCCC;
}
</style>
border-color css
<style>
span { border-color: #75DCCC; }
span { border-color: rgb(117,220,204); }
td.TdClassName
{
border-color: #75DCCC;
}
.TagClassName
{
border-color: #75DCCC;
}
</style>