Shades of Downy #68D3B7
Tints of Downy #68D3B7
RGB
CMYK
RGB Variations
Color information
#68D3B7 (or 0x68D3B7) is known color: Downy. HEX triplet: 68, D3 and B7. RGB value is (104,211,183). Sum of RGB (Red+Green+Blue) = 104+211+183=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D3B7 is #972C48. Grayscale: #AFAFAF. Windows color (decimal): -9907273 or 12047208. OLE color: 12047208.
HSL color Cylindrical-coordinate representation of color #68D3B7: hue angle of 164.3º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D3B7 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 183 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.17 |
| HSL | 164.3º | 0.55% | 0.62% | - |
| HSV(B) | 164.3º | 0.51% | 0.83% | - |
| XYZ | 37.55 | 52.95 | 53.04 | - |
| YUV | 175.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 183 | 0.51 | 0 | 0.13 | 0.17 | 164.3 | 0.55 | 0.62 |
| Hex | 68 | D3 | B7 | 33 | 0 | D | 11 | A4 | 37 | 3E |
| Octal | 150 | 323 | 267 | 63 | 0 | 15 | 21 | 244 | 67 | 76 |
| Binary | 1101000 | 11010011 | 10110111 | 110011 | 0 | 1101 | 10001 | 10100100 | 110111 | 111110 |
Color Harmonies of #68D3B7
Complementary color
Monochromatic Colors of #68D3B7
Black with #68D3B7
Text Example
Text Example
White with #68D3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3B7; }
p { color: rgb(104,211,183); }
H1.HeaderClassName
{
color: #68D3B7;
}
.AnyTagClassName
{
color: #68D3B7;
}
</style>
background-color css
<style>
a { background-color: #68D3B7; }
a { background-color: rgb(104,211,183); }
div.DivClassName
{
background-color: #68D3B7;
}
.BgClassName
{
background-color: #68D3B7;
}
</style>
border-color css
<style>
span { border-color: #68D3B7; }
span { border-color: rgb(104,211,183); }
td.TdClassName
{
border-color: #68D3B7;
}
.TagClassName
{
border-color: #68D3B7;
}
</style>