Shades of Downy #75C9C0
Tints of Downy #75C9C0
RGB
CMYK
RGB Variations
Color information
#75C9C0 (or 0x75C9C0) is known color: Downy. HEX triplet: 75, C9 and C0. RGB value is (117,201,192). Sum of RGB (Red+Green+Blue) = 117+201+192=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #75C9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C9C0 is #8A363F. Grayscale: #AEAEAE. Windows color (decimal): -9057856 or 12634485. OLE color: 12634485.
HSL color Cylindrical-coordinate representation of color #75C9C0: hue angle of 173.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C9C0 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 192 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.21 |
| HSL | 173.57º | 0.44% | 0.62% | - |
| HSV(B) | 173.57º | 0.42% | 0.79% | - |
| XYZ | 37.74 | 49.36 | 57.41 | - |
| YUV | 174.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 192 | 0.42 | 0 | 0.04 | 0.21 | 173.57 | 0.44 | 0.62 |
| Hex | 75 | C9 | C0 | 2A | 0 | 4 | 15 | AE | 2C | 3E |
| Octal | 165 | 311 | 300 | 52 | 0 | 4 | 25 | 256 | 54 | 76 |
| Binary | 1110101 | 11001001 | 11000000 | 101010 | 0 | 100 | 10101 | 10101110 | 101100 | 111110 |
Color Harmonies of #75C9C0
Complementary color
Monochromatic Colors of #75C9C0
Black with #75C9C0
Text Example
Text Example
White with #75C9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C9C0; }
p { color: rgb(117,201,192); }
H1.HeaderClassName
{
color: #75C9C0;
}
.AnyTagClassName
{
color: #75C9C0;
}
</style>
background-color css
<style>
a { background-color: #75C9C0; }
a { background-color: rgb(117,201,192); }
div.DivClassName
{
background-color: #75C9C0;
}
.BgClassName
{
background-color: #75C9C0;
}
</style>
border-color css
<style>
span { border-color: #75C9C0; }
span { border-color: rgb(117,201,192); }
td.TdClassName
{
border-color: #75C9C0;
}
.TagClassName
{
border-color: #75C9C0;
}
</style>