Shades of Downy #75CBC5
Tints of Downy #75CBC5
RGB
CMYK
RGB Variations
Color information
#75CBC5 (or 0x75CBC5) is known color: Downy. HEX triplet: 75, CB and C5. RGB value is (117,203,197). Sum of RGB (Red+Green+Blue) = 117+203+197=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #75CBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBC5 is #8A343A. Grayscale: #B0B0B0. Windows color (decimal): -9057339 or 12962677. OLE color: 12962677.
HSL color Cylindrical-coordinate representation of color #75CBC5: hue angle of 175.81º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CBC5 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 197 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.20 |
| HSL | 175.81º | 0.45% | 0.63% | - |
| HSV(B) | 175.81º | 0.42% | 0.8% | - |
| XYZ | 38.77 | 50.53 | 60.53 | - |
| YUV | 176.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 197 | 0.42 | 0 | 0.03 | 0.20 | 175.81 | 0.45 | 0.63 |
| Hex | 75 | CB | C5 | 2A | 0 | 3 | 14 | B0 | 2D | 3F |
| Octal | 165 | 313 | 305 | 52 | 0 | 3 | 24 | 260 | 55 | 77 |
| Binary | 1110101 | 11001011 | 11000101 | 101010 | 0 | 11 | 10100 | 10110000 | 101101 | 111111 |
Color Harmonies of #75CBC5
Complementary color
Monochromatic Colors of #75CBC5
Black with #75CBC5
Text Example
Text Example
White with #75CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CBC5; }
p { color: rgb(117,203,197); }
H1.HeaderClassName
{
color: #75CBC5;
}
.AnyTagClassName
{
color: #75CBC5;
}
</style>
background-color css
<style>
a { background-color: #75CBC5; }
a { background-color: rgb(117,203,197); }
div.DivClassName
{
background-color: #75CBC5;
}
.BgClassName
{
background-color: #75CBC5;
}
</style>
border-color css
<style>
span { border-color: #75CBC5; }
span { border-color: rgb(117,203,197); }
td.TdClassName
{
border-color: #75CBC5;
}
.TagClassName
{
border-color: #75CBC5;
}
</style>