Shades of Downy #75D6C0
Tints of Downy #75D6C0
RGB
CMYK
RGB Variations
Color information
#75D6C0 (or 0x75D6C0) is known color: Downy. HEX triplet: 75, D6 and C0. RGB value is (117,214,192). Sum of RGB (Red+Green+Blue) = 117+214+192=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #75D6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D6C0 is #8A293F. Grayscale: #B6B6B6. Windows color (decimal): -9054528 or 12637813. OLE color: 12637813.
HSL color Cylindrical-coordinate representation of color #75D6C0: hue angle of 166.39º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D6C0 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 214 | 192 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.16 |
| HSL | 166.39º | 0.54% | 0.65% | - |
| HSV(B) | 166.39º | 0.45% | 0.84% | - |
| XYZ | 40.9 | 55.68 | 58.46 | - |
| YUV | 182.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 214 | 192 | 0.45 | 0 | 0.10 | 0.16 | 166.39 | 0.54 | 0.65 |
| Hex | 75 | D6 | C0 | 2D | 0 | A | 10 | A6 | 36 | 41 |
| Octal | 165 | 326 | 300 | 55 | 0 | 12 | 20 | 246 | 66 | 101 |
| Binary | 1110101 | 11010110 | 11000000 | 101101 | 0 | 1010 | 10000 | 10100110 | 110110 | 1000001 |
Color Harmonies of #75D6C0
Complementary color
Monochromatic Colors of #75D6C0
Black with #75D6C0
Text Example
Text Example
White with #75D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D6C0; }
p { color: rgb(117,214,192); }
H1.HeaderClassName
{
color: #75D6C0;
}
.AnyTagClassName
{
color: #75D6C0;
}
</style>
background-color css
<style>
a { background-color: #75D6C0; }
a { background-color: rgb(117,214,192); }
div.DivClassName
{
background-color: #75D6C0;
}
.BgClassName
{
background-color: #75D6C0;
}
</style>
border-color css
<style>
span { border-color: #75D6C0; }
span { border-color: rgb(117,214,192); }
td.TdClassName
{
border-color: #75D6C0;
}
.TagClassName
{
border-color: #75D6C0;
}
</style>