Shades of Downy #75CEC9
Tints of Downy #75CEC9
RGB
CMYK
RGB Variations
Color information
#75CEC9 (or 0x75CEC9) is known color: Downy. HEX triplet: 75, CE and C9. RGB value is (117,206,201). Sum of RGB (Red+Green+Blue) = 117+206+201=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEC9 is #8A3136. Grayscale: #B2B2B2. Windows color (decimal): -9056567 or 13225589. OLE color: 13225589.
HSL color Cylindrical-coordinate representation of color #75CEC9: hue angle of 176.63º 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 #75CEC9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 201 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.19 |
| HSL | 176.63º | 0.48% | 0.63% | - |
| HSV(B) | 176.63º | 0.43% | 0.81% | - |
| XYZ | 39.95 | 52.14 | 63.22 | - |
| YUV | 178.82 | 140.51 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 201 | 0.43 | 0 | 0.02 | 0.19 | 176.63 | 0.48 | 0.63 |
| Hex | 75 | CE | C9 | 2B | 0 | 2 | 13 | B1 | 30 | 3F |
| Octal | 165 | 316 | 311 | 53 | 0 | 2 | 23 | 261 | 60 | 77 |
| Binary | 1110101 | 11001110 | 11001001 | 101011 | 0 | 10 | 10011 | 10110001 | 110000 | 111111 |
Color Harmonies of #75CEC9
Complementary color
Monochromatic Colors of #75CEC9
Black with #75CEC9
Text Example
Text Example
White with #75CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CEC9; }
p { color: rgb(117,206,201); }
H1.HeaderClassName
{
color: #75CEC9;
}
.AnyTagClassName
{
color: #75CEC9;
}
</style>
background-color css
<style>
a { background-color: #75CEC9; }
a { background-color: rgb(117,206,201); }
div.DivClassName
{
background-color: #75CEC9;
}
.BgClassName
{
background-color: #75CEC9;
}
</style>
border-color css
<style>
span { border-color: #75CEC9; }
span { border-color: rgb(117,206,201); }
td.TdClassName
{
border-color: #75CEC9;
}
.TagClassName
{
border-color: #75CEC9;
}
</style>