Shades of Downy #68D8B6
Tints of Downy #68D8B6
RGB
CMYK
RGB Variations
Color information
#68D8B6 (or 0x68D8B6) is known color: Downy. HEX triplet: 68, D8 and B6. RGB value is (104,216,182). Sum of RGB (Red+Green+Blue) = 104+216+182=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8B6 is #972749. Grayscale: #B2B2B2. Windows color (decimal): -9905994 or 11982952. OLE color: 11982952.
HSL color Cylindrical-coordinate representation of color #68D8B6: hue angle of 161.79º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D8B6 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 182 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.15 |
| HSL | 161.79º | 0.59% | 0.63% | - |
| HSV(B) | 161.79º | 0.52% | 0.85% | - |
| XYZ | 38.71 | 55.43 | 52.92 | - |
| YUV | 178.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 182 | 0.52 | 0 | 0.16 | 0.15 | 161.79 | 0.59 | 0.63 |
| Hex | 68 | D8 | B6 | 34 | 0 | 10 | F | A2 | 3B | 3F |
| Octal | 150 | 330 | 266 | 64 | 0 | 20 | 17 | 242 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10110110 | 110100 | 0 | 10000 | 1111 | 10100010 | 111011 | 111111 |
Color Harmonies of #68D8B6
Complementary color
Monochromatic Colors of #68D8B6
Black with #68D8B6
Text Example
Text Example
White with #68D8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8B6; }
p { color: rgb(104,216,182); }
H1.HeaderClassName
{
color: #68D8B6;
}
.AnyTagClassName
{
color: #68D8B6;
}
</style>
background-color css
<style>
a { background-color: #68D8B6; }
a { background-color: rgb(104,216,182); }
div.DivClassName
{
background-color: #68D8B6;
}
.BgClassName
{
background-color: #68D8B6;
}
</style>
border-color css
<style>
span { border-color: #68D8B6; }
span { border-color: rgb(104,216,182); }
td.TdClassName
{
border-color: #68D8B6;
}
.TagClassName
{
border-color: #68D8B6;
}
</style>