Shades of Downy #75C5C3
Tints of Downy #75C5C3
RGB
CMYK
RGB Variations
Color information
#75C5C3 (or 0x75C5C3) is known color: Downy. HEX triplet: 75, C5 and C3. RGB value is (117,197,195). Sum of RGB (Red+Green+Blue) = 117+197+195=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #75C5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C5C3 is #8A3A3C. Grayscale: #ACACAC. Windows color (decimal): -9058877 or 12830069. OLE color: 12830069.
HSL color Cylindrical-coordinate representation of color #75C5C3: hue angle of 178.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C5C3 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 195 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.23 |
| HSL | 178.5º | 0.41% | 0.62% | - |
| HSV(B) | 178.5º | 0.41% | 0.77% | - |
| XYZ | 37.15 | 47.65 | 58.87 | - |
| YUV | 172.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 195 | 0.41 | 0 | 0.01 | 0.23 | 178.5 | 0.41 | 0.62 |
| Hex | 75 | C5 | C3 | 29 | 0 | 1 | 17 | B2 | 29 | 3E |
| Octal | 165 | 305 | 303 | 51 | 0 | 1 | 27 | 262 | 51 | 76 |
| Binary | 1110101 | 11000101 | 11000011 | 101001 | 0 | 1 | 10111 | 10110010 | 101001 | 111110 |
Color Harmonies of #75C5C3
Complementary color
Monochromatic Colors of #75C5C3
Black with #75C5C3
Text Example
Text Example
White with #75C5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C5C3; }
p { color: rgb(117,197,195); }
H1.HeaderClassName
{
color: #75C5C3;
}
.AnyTagClassName
{
color: #75C5C3;
}
</style>
background-color css
<style>
a { background-color: #75C5C3; }
a { background-color: rgb(117,197,195); }
div.DivClassName
{
background-color: #75C5C3;
}
.BgClassName
{
background-color: #75C5C3;
}
</style>
border-color css
<style>
span { border-color: #75C5C3; }
span { border-color: rgb(117,197,195); }
td.TdClassName
{
border-color: #75C5C3;
}
.TagClassName
{
border-color: #75C5C3;
}
</style>