Shades of Downy #75DCC5
Tints of Downy #75DCC5
RGB
CMYK
RGB Variations
Color information
#75DCC5 (or 0x75DCC5) is known color: Downy. HEX triplet: 75, DC and C5. RGB value is (117,220,197). Sum of RGB (Red+Green+Blue) = 117+220+197=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCC5 is #8A233A. Grayscale: #BABABA. Windows color (decimal): -9052987 or 12967029. OLE color: 12967029.
HSL color Cylindrical-coordinate representation of color #75DCC5: hue angle of 166.6º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DCC5 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 197 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.14 |
| HSL | 166.6º | 0.6% | 0.66% | - |
| HSV(B) | 166.6º | 0.47% | 0.86% | - |
| XYZ | 43.01 | 59 | 61.94 | - |
| YUV | 186.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 197 | 0.47 | 0 | 0.10 | 0.14 | 166.6 | 0.6 | 0.66 |
| Hex | 75 | DC | C5 | 2F | 0 | A | E | A7 | 3C | 42 |
| Octal | 165 | 334 | 305 | 57 | 0 | 12 | 16 | 247 | 74 | 102 |
| Binary | 1110101 | 11011100 | 11000101 | 101111 | 0 | 1010 | 1110 | 10100111 | 111100 | 1000010 |
Color Harmonies of #75DCC5
Complementary color
Monochromatic Colors of #75DCC5
Black with #75DCC5
Text Example
Text Example
White with #75DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCC5; }
p { color: rgb(117,220,197); }
H1.HeaderClassName
{
color: #75DCC5;
}
.AnyTagClassName
{
color: #75DCC5;
}
</style>
background-color css
<style>
a { background-color: #75DCC5; }
a { background-color: rgb(117,220,197); }
div.DivClassName
{
background-color: #75DCC5;
}
.BgClassName
{
background-color: #75DCC5;
}
</style>
border-color css
<style>
span { border-color: #75DCC5; }
span { border-color: rgb(117,220,197); }
td.TdClassName
{
border-color: #75DCC5;
}
.TagClassName
{
border-color: #75DCC5;
}
</style>