Shades of Downy #75CCC0
Tints of Downy #75CCC0
RGB
CMYK
RGB Variations
Color information
#75CCC0 (or 0x75CCC0) is known color: Downy. HEX triplet: 75, CC and C0. RGB value is (117,204,192). Sum of RGB (Red+Green+Blue) = 117+204+192=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCC0 is #8A333F. Grayscale: #B0B0B0. Windows color (decimal): -9057088 or 12635253. OLE color: 12635253.
HSL color Cylindrical-coordinate representation of color #75CCC0: hue angle of 171.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CCC0 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 204 | 192 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.2 |
| HSL | 171.72º | 0.46% | 0.63% | - |
| HSV(B) | 171.72º | 0.43% | 0.8% | - |
| XYZ | 38.44 | 50.77 | 57.64 | - |
| YUV | 176.62 | 136.68 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 192 | 0.43 | 0 | 0.06 | 0.2 | 171.72 | 0.46 | 0.63 |
| Hex | 75 | CC | C0 | 2B | 0 | 6 | 14 | AC | 2E | 3F |
| Octal | 165 | 314 | 300 | 53 | 0 | 6 | 24 | 254 | 56 | 77 |
| Binary | 1110101 | 11001100 | 11000000 | 101011 | 0 | 110 | 10100 | 10101100 | 101110 | 111111 |
Color Harmonies of #75CCC0
Complementary color
Monochromatic Colors of #75CCC0
Black with #75CCC0
Text Example
Text Example
White with #75CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCC0; }
p { color: rgb(117,204,192); }
H1.HeaderClassName
{
color: #75CCC0;
}
.AnyTagClassName
{
color: #75CCC0;
}
</style>
background-color css
<style>
a { background-color: #75CCC0; }
a { background-color: rgb(117,204,192); }
div.DivClassName
{
background-color: #75CCC0;
}
.BgClassName
{
background-color: #75CCC0;
}
</style>
border-color css
<style>
span { border-color: #75CCC0; }
span { border-color: rgb(117,204,192); }
td.TdClassName
{
border-color: #75CCC0;
}
.TagClassName
{
border-color: #75CCC0;
}
</style>