Shades of Downy #68C5BD
Tints of Downy #68C5BD
RGB
CMYK
RGB Variations
Color information
#68C5BD (or 0x68C5BD) is known color: Downy. HEX triplet: 68, C5 and BD. RGB value is (104,197,189). Sum of RGB (Red+Green+Blue) = 104+197+189=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5BD is #973A42. Grayscale: #A8A8A8. Windows color (decimal): -9910851 or 12436840. OLE color: 12436840.
HSL color Cylindrical-coordinate representation of color #68C5BD: hue angle of 174.84º 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 #68C5BD is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 189 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.23 |
| HSL | 174.84º | 0.44% | 0.59% | - |
| HSV(B) | 174.84º | 0.47% | 0.77% | - |
| XYZ | 34.86 | 46.55 | 55.29 | - |
| YUV | 168.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 189 | 0.47 | 0 | 0.04 | 0.23 | 174.84 | 0.44 | 0.59 |
| Hex | 68 | C5 | BD | 2F | 0 | 4 | 17 | AF | 2C | 3B |
| Octal | 150 | 305 | 275 | 57 | 0 | 4 | 27 | 257 | 54 | 73 |
| Binary | 1101000 | 11000101 | 10111101 | 101111 | 0 | 100 | 10111 | 10101111 | 101100 | 111011 |
Color Harmonies of #68C5BD
Complementary color
Monochromatic Colors of #68C5BD
Black with #68C5BD
Text Example
Text Example
White with #68C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5BD; }
p { color: rgb(104,197,189); }
H1.HeaderClassName
{
color: #68C5BD;
}
.AnyTagClassName
{
color: #68C5BD;
}
</style>
background-color css
<style>
a { background-color: #68C5BD; }
a { background-color: rgb(104,197,189); }
div.DivClassName
{
background-color: #68C5BD;
}
.BgClassName
{
background-color: #68C5BD;
}
</style>
border-color css
<style>
span { border-color: #68C5BD; }
span { border-color: rgb(104,197,189); }
td.TdClassName
{
border-color: #68C5BD;
}
.TagClassName
{
border-color: #68C5BD;
}
</style>