Shades of Downy #75C8C0
Tints of Downy #75C8C0
RGB
CMYK
RGB Variations
Color information
#75C8C0 (or 0x75C8C0) is known color: Downy. HEX triplet: 75, C8 and C0. RGB value is (117,200,192). Sum of RGB (Red+Green+Blue) = 117+200+192=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #75C8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C8C0 is #8A373F. Grayscale: #AEAEAE. Windows color (decimal): -9058112 or 12634229. OLE color: 12634229.
HSL color Cylindrical-coordinate representation of color #75C8C0: hue angle of 174.22º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C8C0 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 192 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.22 |
| HSL | 174.22º | 0.43% | 0.62% | - |
| HSV(B) | 174.22º | 0.42% | 0.78% | - |
| XYZ | 37.5 | 48.9 | 57.33 | - |
| YUV | 174.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 192 | 0.42 | 0 | 0.04 | 0.22 | 174.22 | 0.43 | 0.62 |
| Hex | 75 | C8 | C0 | 2A | 0 | 4 | 16 | AE | 2B | 3E |
| Octal | 165 | 310 | 300 | 52 | 0 | 4 | 26 | 256 | 53 | 76 |
| Binary | 1110101 | 11001000 | 11000000 | 101010 | 0 | 100 | 10110 | 10101110 | 101011 | 111110 |
Color Harmonies of #75C8C0
Complementary color
Monochromatic Colors of #75C8C0
Black with #75C8C0
Text Example
Text Example
White with #75C8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C8C0; }
p { color: rgb(117,200,192); }
H1.HeaderClassName
{
color: #75C8C0;
}
.AnyTagClassName
{
color: #75C8C0;
}
</style>
background-color css
<style>
a { background-color: #75C8C0; }
a { background-color: rgb(117,200,192); }
div.DivClassName
{
background-color: #75C8C0;
}
.BgClassName
{
background-color: #75C8C0;
}
</style>
border-color css
<style>
span { border-color: #75C8C0; }
span { border-color: rgb(117,200,192); }
td.TdClassName
{
border-color: #75C8C0;
}
.TagClassName
{
border-color: #75C8C0;
}
</style>