Shades of Downy #68D0B5
Tints of Downy #68D0B5
RGB
CMYK
RGB Variations
Color information
#68D0B5 (or 0x68D0B5) is known color: Downy. HEX triplet: 68, D0 and B5. RGB value is (104,208,181). Sum of RGB (Red+Green+Blue) = 104+208+181=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0B5 is #972F4A. Grayscale: #ADADAD. Windows color (decimal): -9908043 or 11915368. OLE color: 11915368.
HSL color Cylindrical-coordinate representation of color #68D0B5: hue angle of 164.42º 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 #68D0B5 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 181 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.18 |
| HSL | 164.42º | 0.53% | 0.61% | - |
| HSV(B) | 164.42º | 0.5% | 0.82% | - |
| XYZ | 36.61 | 51.39 | 51.71 | - |
| YUV | 173.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 181 | 0.5 | 0 | 0.13 | 0.18 | 164.42 | 0.53 | 0.61 |
| Hex | 68 | D0 | B5 | 32 | 0 | D | 12 | A4 | 35 | 3D |
| Octal | 150 | 320 | 265 | 62 | 0 | 15 | 22 | 244 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10110101 | 110010 | 0 | 1101 | 10010 | 10100100 | 110101 | 111101 |
Color Harmonies of #68D0B5
Complementary color
Monochromatic Colors of #68D0B5
Black with #68D0B5
Text Example
Text Example
White with #68D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0B5; }
p { color: rgb(104,208,181); }
H1.HeaderClassName
{
color: #68D0B5;
}
.AnyTagClassName
{
color: #68D0B5;
}
</style>
background-color css
<style>
a { background-color: #68D0B5; }
a { background-color: rgb(104,208,181); }
div.DivClassName
{
background-color: #68D0B5;
}
.BgClassName
{
background-color: #68D0B5;
}
</style>
border-color css
<style>
span { border-color: #68D0B5; }
span { border-color: rgb(104,208,181); }
td.TdClassName
{
border-color: #68D0B5;
}
.TagClassName
{
border-color: #68D0B5;
}
</style>