Shades of Downy #75CFC0
Tints of Downy #75CFC0
RGB
CMYK
RGB Variations
Color information
#75CFC0 (or 0x75CFC0) is known color: Downy. HEX triplet: 75, CF and C0. RGB value is (117,207,192). Sum of RGB (Red+Green+Blue) = 117+207+192=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFC0 is #8A303F. Grayscale: #B2B2B2. Windows color (decimal): -9056320 or 12636021. OLE color: 12636021.
HSL color Cylindrical-coordinate representation of color #75CFC0: hue angle of 170º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CFC0 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 192 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.19 |
| HSL | 170º | 0.48% | 0.64% | - |
| HSV(B) | 170º | 0.43% | 0.81% | - |
| XYZ | 39.16 | 52.21 | 57.88 | - |
| YUV | 178.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 192 | 0.43 | 0 | 0.07 | 0.19 | 170 | 0.48 | 0.64 |
| Hex | 75 | CF | C0 | 2B | 0 | 7 | 13 | AA | 30 | 40 |
| Octal | 165 | 317 | 300 | 53 | 0 | 7 | 23 | 252 | 60 | 100 |
| Binary | 1110101 | 11001111 | 11000000 | 101011 | 0 | 111 | 10011 | 10101010 | 110000 | 1000000 |
Color Harmonies of #75CFC0
Complementary color
Monochromatic Colors of #75CFC0
Black with #75CFC0
Text Example
Text Example
White with #75CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFC0; }
p { color: rgb(117,207,192); }
H1.HeaderClassName
{
color: #75CFC0;
}
.AnyTagClassName
{
color: #75CFC0;
}
</style>
background-color css
<style>
a { background-color: #75CFC0; }
a { background-color: rgb(117,207,192); }
div.DivClassName
{
background-color: #75CFC0;
}
.BgClassName
{
background-color: #75CFC0;
}
</style>
border-color css
<style>
span { border-color: #75CFC0; }
span { border-color: rgb(117,207,192); }
td.TdClassName
{
border-color: #75CFC0;
}
.TagClassName
{
border-color: #75CFC0;
}
</style>