Shades of Downy #75CECC
Tints of Downy #75CECC
RGB
CMYK
RGB Variations
Color information
#75CECC (or 0x75CECC) is known color: Downy. HEX triplet: 75, CE and CC. RGB value is (117,206,204). Sum of RGB (Red+Green+Blue) = 117+206+204=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #75CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CECC is #8A3133. Grayscale: #B3B3B3. Windows color (decimal): -9056564 or 13422197. OLE color: 13422197.
HSL color Cylindrical-coordinate representation of color #75CECC: hue angle of 178.65º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CECC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 204 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.19 |
| HSL | 178.65º | 0.48% | 0.63% | - |
| HSV(B) | 178.65º | 0.43% | 0.81% | - |
| XYZ | 40.31 | 52.28 | 65.09 | - |
| YUV | 179.16 | 142.01 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 204 | 0.43 | 0 | 0.01 | 0.19 | 178.65 | 0.48 | 0.63 |
| Hex | 75 | CE | CC | 2B | 0 | 1 | 13 | B3 | 30 | 3F |
| Octal | 165 | 316 | 314 | 53 | 0 | 1 | 23 | 263 | 60 | 77 |
| Binary | 1110101 | 11001110 | 11001100 | 101011 | 0 | 1 | 10011 | 10110011 | 110000 | 111111 |
Color Harmonies of #75CECC
Complementary color
Monochromatic Colors of #75CECC
Black with #75CECC
Text Example
Text Example
White with #75CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CECC; }
p { color: rgb(117,206,204); }
H1.HeaderClassName
{
color: #75CECC;
}
.AnyTagClassName
{
color: #75CECC;
}
</style>
background-color css
<style>
a { background-color: #75CECC; }
a { background-color: rgb(117,206,204); }
div.DivClassName
{
background-color: #75CECC;
}
.BgClassName
{
background-color: #75CECC;
}
</style>
border-color css
<style>
span { border-color: #75CECC; }
span { border-color: rgb(117,206,204); }
td.TdClassName
{
border-color: #75CECC;
}
.TagClassName
{
border-color: #75CECC;
}
</style>