Shades of Downy #75CFCD
Tints of Downy #75CFCD
RGB
CMYK
RGB Variations
Color information
#75CFCD (or 0x75CFCD) is known color: Downy. HEX triplet: 75, CF and CD. RGB value is (117,207,205). Sum of RGB (Red+Green+Blue) = 117+207+205=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFCD is #8A3032. Grayscale: #B3B3B3. Windows color (decimal): -9056307 or 13487989. OLE color: 13487989.
HSL color Cylindrical-coordinate representation of color #75CFCD: hue angle of 178.67º 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 #75CFCD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 205 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.19 |
| HSL | 178.67º | 0.48% | 0.64% | - |
| HSV(B) | 178.67º | 0.43% | 0.81% | - |
| XYZ | 40.67 | 52.82 | 65.81 | - |
| YUV | 179.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 205 | 0.43 | 0 | 0.01 | 0.19 | 178.67 | 0.48 | 0.64 |
| Hex | 75 | CF | CD | 2B | 0 | 1 | 13 | B3 | 30 | 40 |
| Octal | 165 | 317 | 315 | 53 | 0 | 1 | 23 | 263 | 60 | 100 |
| Binary | 1110101 | 11001111 | 11001101 | 101011 | 0 | 1 | 10011 | 10110011 | 110000 | 1000000 |
Color Harmonies of #75CFCD
Complementary color
Monochromatic Colors of #75CFCD
Black with #75CFCD
Text Example
Text Example
White with #75CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFCD; }
p { color: rgb(117,207,205); }
H1.HeaderClassName
{
color: #75CFCD;
}
.AnyTagClassName
{
color: #75CFCD;
}
</style>
background-color css
<style>
a { background-color: #75CFCD; }
a { background-color: rgb(117,207,205); }
div.DivClassName
{
background-color: #75CFCD;
}
.BgClassName
{
background-color: #75CFCD;
}
</style>
border-color css
<style>
span { border-color: #75CFCD; }
span { border-color: rgb(117,207,205); }
td.TdClassName
{
border-color: #75CFCD;
}
.TagClassName
{
border-color: #75CFCD;
}
</style>