Shades of Downy #68D0BC
Tints of Downy #68D0BC
RGB
CMYK
RGB Variations
Color information
#68D0BC (or 0x68D0BC) is known color: Downy. HEX triplet: 68, D0 and BC. RGB value is (104,208,188). Sum of RGB (Red+Green+Blue) = 104+208+188=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0BC is #972F43. Grayscale: #AEAEAE. Windows color (decimal): -9908036 or 12374120. OLE color: 12374120.
HSL color Cylindrical-coordinate representation of color #68D0BC: hue angle of 168.46º 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 #68D0BC is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 188 | - |
| CMYK | 0.5 | 0 | 0.10 | 0.18 |
| HSL | 168.46º | 0.53% | 0.61% | - |
| HSV(B) | 168.46º | 0.5% | 0.82% | - |
| XYZ | 37.34 | 51.69 | 55.59 | - |
| YUV | 174.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 188 | 0.5 | 0 | 0.10 | 0.18 | 168.46 | 0.53 | 0.61 |
| Hex | 68 | D0 | BC | 32 | 0 | A | 12 | A8 | 35 | 3D |
| Octal | 150 | 320 | 274 | 62 | 0 | 12 | 22 | 250 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10111100 | 110010 | 0 | 1010 | 10010 | 10101000 | 110101 | 111101 |
Color Harmonies of #68D0BC
Complementary color
Monochromatic Colors of #68D0BC
Black with #68D0BC
Text Example
Text Example
White with #68D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0BC; }
p { color: rgb(104,208,188); }
H1.HeaderClassName
{
color: #68D0BC;
}
.AnyTagClassName
{
color: #68D0BC;
}
</style>
background-color css
<style>
a { background-color: #68D0BC; }
a { background-color: rgb(104,208,188); }
div.DivClassName
{
background-color: #68D0BC;
}
.BgClassName
{
background-color: #68D0BC;
}
</style>
border-color css
<style>
span { border-color: #68D0BC; }
span { border-color: rgb(104,208,188); }
td.TdClassName
{
border-color: #68D0BC;
}
.TagClassName
{
border-color: #68D0BC;
}
</style>