Shades of Downy #68D0B7
Tints of Downy #68D0B7
RGB
CMYK
RGB Variations
Color information
#68D0B7 (or 0x68D0B7) is known color: Downy. HEX triplet: 68, D0 and B7. RGB value is (104,208,183). Sum of RGB (Red+Green+Blue) = 104+208+183=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0B7 is #972F48. Grayscale: #AEAEAE. Windows color (decimal): -9908041 or 12046440. OLE color: 12046440.
HSL color Cylindrical-coordinate representation of color #68D0B7: hue angle of 165.58º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0B7 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 183 | - |
| CMYK | 0.5 | 0 | 0.12 | 0.18 |
| HSL | 165.58º | 0.53% | 0.61% | - |
| HSV(B) | 165.58º | 0.5% | 0.82% | - |
| XYZ | 36.81 | 51.47 | 52.79 | - |
| YUV | 174.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 183 | 0.5 | 0 | 0.12 | 0.18 | 165.58 | 0.53 | 0.61 |
| Hex | 68 | D0 | B7 | 32 | 0 | C | 12 | A6 | 35 | 3D |
| Octal | 150 | 320 | 267 | 62 | 0 | 14 | 22 | 246 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10110111 | 110010 | 0 | 1100 | 10010 | 10100110 | 110101 | 111101 |
Color Harmonies of #68D0B7
Complementary color
Monochromatic Colors of #68D0B7
Black with #68D0B7
Text Example
Text Example
White with #68D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0B7; }
p { color: rgb(104,208,183); }
H1.HeaderClassName
{
color: #68D0B7;
}
.AnyTagClassName
{
color: #68D0B7;
}
</style>
background-color css
<style>
a { background-color: #68D0B7; }
a { background-color: rgb(104,208,183); }
div.DivClassName
{
background-color: #68D0B7;
}
.BgClassName
{
background-color: #68D0B7;
}
</style>
border-color css
<style>
span { border-color: #68D0B7; }
span { border-color: rgb(104,208,183); }
td.TdClassName
{
border-color: #68D0B7;
}
.TagClassName
{
border-color: #68D0B7;
}
</style>