Shades of Downy #75CCC9
Tints of Downy #75CCC9
RGB
CMYK
RGB Variations
Color information
#75CCC9 (or 0x75CCC9) is known color: Downy. HEX triplet: 75, CC and C9. RGB value is (117,204,201). Sum of RGB (Red+Green+Blue) = 117+204+201=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #75CCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCC9 is #8A3336. Grayscale: #B1B1B1. Windows color (decimal): -9057079 or 13225077. OLE color: 13225077.
HSL color Cylindrical-coordinate representation of color #75CCC9: hue angle of 177.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CCC9 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 204 | 201 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.2 |
| HSL | 177.93º | 0.46% | 0.63% | - |
| HSV(B) | 177.93º | 0.43% | 0.8% | - |
| XYZ | 39.47 | 51.18 | 63.06 | - |
| YUV | 177.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 201 | 0.43 | 0 | 0.01 | 0.2 | 177.93 | 0.46 | 0.63 |
| Hex | 75 | CC | C9 | 2B | 0 | 1 | 14 | B2 | 2E | 3F |
| Octal | 165 | 314 | 311 | 53 | 0 | 1 | 24 | 262 | 56 | 77 |
| Binary | 1110101 | 11001100 | 11001001 | 101011 | 0 | 1 | 10100 | 10110010 | 101110 | 111111 |
Color Harmonies of #75CCC9
Complementary color
Monochromatic Colors of #75CCC9
Black with #75CCC9
Text Example
Text Example
White with #75CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCC9; }
p { color: rgb(117,204,201); }
H1.HeaderClassName
{
color: #75CCC9;
}
.AnyTagClassName
{
color: #75CCC9;
}
</style>
background-color css
<style>
a { background-color: #75CCC9; }
a { background-color: rgb(117,204,201); }
div.DivClassName
{
background-color: #75CCC9;
}
.BgClassName
{
background-color: #75CCC9;
}
</style>
border-color css
<style>
span { border-color: #75CCC9; }
span { border-color: rgb(117,204,201); }
td.TdClassName
{
border-color: #75CCC9;
}
.TagClassName
{
border-color: #75CCC9;
}
</style>