Shades of Downy #75CFC6
Tints of Downy #75CFC6
RGB
CMYK
RGB Variations
Color information
#75CFC6 (or 0x75CFC6) is known color: Downy. HEX triplet: 75, CF and C6. RGB value is (117,207,198). Sum of RGB (Red+Green+Blue) = 117+207+198=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #75CFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFC6 is #8A3039. Grayscale: #B3B3B3. Windows color (decimal): -9056314 or 13029237. OLE color: 13029237.
HSL color Cylindrical-coordinate representation of color #75CFC6: hue angle of 174º 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 #75CFC6 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 198 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.19 |
| HSL | 174º | 0.48% | 0.64% | - |
| HSV(B) | 174º | 0.43% | 0.81% | - |
| XYZ | 39.84 | 52.48 | 61.46 | - |
| YUV | 179.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 198 | 0.43 | 0 | 0.04 | 0.19 | 174 | 0.48 | 0.64 |
| Hex | 75 | CF | C6 | 2B | 0 | 4 | 13 | AE | 30 | 40 |
| Octal | 165 | 317 | 306 | 53 | 0 | 4 | 23 | 256 | 60 | 100 |
| Binary | 1110101 | 11001111 | 11000110 | 101011 | 0 | 100 | 10011 | 10101110 | 110000 | 1000000 |
Color Harmonies of #75CFC6
Complementary color
Monochromatic Colors of #75CFC6
Black with #75CFC6
Text Example
Text Example
White with #75CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFC6; }
p { color: rgb(117,207,198); }
H1.HeaderClassName
{
color: #75CFC6;
}
.AnyTagClassName
{
color: #75CFC6;
}
</style>
background-color css
<style>
a { background-color: #75CFC6; }
a { background-color: rgb(117,207,198); }
div.DivClassName
{
background-color: #75CFC6;
}
.BgClassName
{
background-color: #75CFC6;
}
</style>
border-color css
<style>
span { border-color: #75CFC6; }
span { border-color: rgb(117,207,198); }
td.TdClassName
{
border-color: #75CFC6;
}
.TagClassName
{
border-color: #75CFC6;
}
</style>