Shades of Downy #68C5B7
Tints of Downy #68C5B7
RGB
CMYK
RGB Variations
Color information
#68C5B7 (or 0x68C5B7) is known color: Downy. HEX triplet: 68, C5 and B7. RGB value is (104,197,183). Sum of RGB (Red+Green+Blue) = 104+197+183=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5B7 is #973A48. Grayscale: #A7A7A7. Windows color (decimal): -9910857 or 12043624. OLE color: 12043624.
HSL color Cylindrical-coordinate representation of color #68C5B7: hue angle of 170.97º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5B7 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 183 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.23 |
| HSL | 170.97º | 0.44% | 0.59% | - |
| HSV(B) | 170.97º | 0.47% | 0.77% | - |
| XYZ | 34.22 | 46.29 | 51.93 | - |
| YUV | 167.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 183 | 0.47 | 0 | 0.07 | 0.23 | 170.97 | 0.44 | 0.59 |
| Hex | 68 | C5 | B7 | 2F | 0 | 7 | 17 | AB | 2C | 3B |
| Octal | 150 | 305 | 267 | 57 | 0 | 7 | 27 | 253 | 54 | 73 |
| Binary | 1101000 | 11000101 | 10110111 | 101111 | 0 | 111 | 10111 | 10101011 | 101100 | 111011 |
Color Harmonies of #68C5B7
Complementary color
Monochromatic Colors of #68C5B7
Black with #68C5B7
Text Example
Text Example
White with #68C5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5B7; }
p { color: rgb(104,197,183); }
H1.HeaderClassName
{
color: #68C5B7;
}
.AnyTagClassName
{
color: #68C5B7;
}
</style>
background-color css
<style>
a { background-color: #68C5B7; }
a { background-color: rgb(104,197,183); }
div.DivClassName
{
background-color: #68C5B7;
}
.BgClassName
{
background-color: #68C5B7;
}
</style>
border-color css
<style>
span { border-color: #68C5B7; }
span { border-color: rgb(104,197,183); }
td.TdClassName
{
border-color: #68C5B7;
}
.TagClassName
{
border-color: #68C5B7;
}
</style>