Shades of Downy #75E1CB
Tints of Downy #75E1CB
RGB
CMYK
RGB Variations
Color information
#75E1CB (or 0x75E1CB) is known color: Downy. HEX triplet: 75, E1 and CB. RGB value is (117,225,203). Sum of RGB (Red+Green+Blue) = 117+225+203=545 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.47% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E1CB is #8A1E34. Grayscale: #BEBEBE. Windows color (decimal): -9051701 or 13361525. OLE color: 13361525.
HSL color Cylindrical-coordinate representation of color #75E1CB: hue angle of 167.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E1CB is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 203 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.12 |
| HSL | 167.78º | 0.64% | 0.67% | - |
| HSV(B) | 167.78º | 0.48% | 0.88% | - |
| XYZ | 45.04 | 61.94 | 66.08 | - |
| YUV | 190.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 203 | 0.48 | 0 | 0.10 | 0.12 | 167.78 | 0.64 | 0.67 |
| Hex | 75 | E1 | CB | 30 | 0 | A | C | A8 | 40 | 43 |
| Octal | 165 | 341 | 313 | 60 | 0 | 12 | 14 | 250 | 100 | 103 |
| Binary | 1110101 | 11100001 | 11001011 | 110000 | 0 | 1010 | 1100 | 10101000 | 1000000 | 1000011 |
Color Harmonies of #75E1CB
Complementary color
Monochromatic Colors of #75E1CB
Black with #75E1CB
Text Example
Text Example
White with #75E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E1CB; }
p { color: rgb(117,225,203); }
H1.HeaderClassName
{
color: #75E1CB;
}
.AnyTagClassName
{
color: #75E1CB;
}
</style>
background-color css
<style>
a { background-color: #75E1CB; }
a { background-color: rgb(117,225,203); }
div.DivClassName
{
background-color: #75E1CB;
}
.BgClassName
{
background-color: #75E1CB;
}
</style>
border-color css
<style>
span { border-color: #75E1CB; }
span { border-color: rgb(117,225,203); }
td.TdClassName
{
border-color: #75E1CB;
}
.TagClassName
{
border-color: #75E1CB;
}
</style>