Shades of Downy #75D8C5
Tints of Downy #75D8C5
RGB
CMYK
RGB Variations
Color information
#75D8C5 (or 0x75D8C5) is known color: Downy. HEX triplet: 75, D8 and C5. RGB value is (117,216,197). Sum of RGB (Red+Green+Blue) = 117+216+197=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D8C5 is #8A273A. Grayscale: #B8B8B8. Windows color (decimal): -9054011 or 12966005. OLE color: 12966005.
HSL color Cylindrical-coordinate representation of color #75D8C5: hue angle of 168.48º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D8C5 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 197 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.15 |
| HSL | 168.48º | 0.56% | 0.65% | - |
| HSV(B) | 168.48º | 0.46% | 0.85% | - |
| XYZ | 41.97 | 56.92 | 61.6 | - |
| YUV | 184.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 197 | 0.46 | 0 | 0.09 | 0.15 | 168.48 | 0.56 | 0.65 |
| Hex | 75 | D8 | C5 | 2E | 0 | 9 | F | A8 | 38 | 41 |
| Octal | 165 | 330 | 305 | 56 | 0 | 11 | 17 | 250 | 70 | 101 |
| Binary | 1110101 | 11011000 | 11000101 | 101110 | 0 | 1001 | 1111 | 10101000 | 111000 | 1000001 |
Color Harmonies of #75D8C5
Complementary color
Monochromatic Colors of #75D8C5
Black with #75D8C5
Text Example
Text Example
White with #75D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D8C5; }
p { color: rgb(117,216,197); }
H1.HeaderClassName
{
color: #75D8C5;
}
.AnyTagClassName
{
color: #75D8C5;
}
</style>
background-color css
<style>
a { background-color: #75D8C5; }
a { background-color: rgb(117,216,197); }
div.DivClassName
{
background-color: #75D8C5;
}
.BgClassName
{
background-color: #75D8C5;
}
</style>
border-color css
<style>
span { border-color: #75D8C5; }
span { border-color: rgb(117,216,197); }
td.TdClassName
{
border-color: #75D8C5;
}
.TagClassName
{
border-color: #75D8C5;
}
</style>