Shades of Downy #68D1BD
Tints of Downy #68D1BD
RGB
CMYK
RGB Variations
Color information
#68D1BD (or 0x68D1BD) is known color: Downy. HEX triplet: 68, D1 and BD. RGB value is (104,209,189). Sum of RGB (Red+Green+Blue) = 104+209+189=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #68D1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D1BD is #972E42. Grayscale: #AFAFAF. Windows color (decimal): -9907779 or 12439912. OLE color: 12439912.
HSL color Cylindrical-coordinate representation of color #68D1BD: hue angle of 168.57º 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 #68D1BD is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 189 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.18 |
| HSL | 168.57º | 0.53% | 0.61% | - |
| HSV(B) | 168.57º | 0.5% | 0.82% | - |
| XYZ | 37.69 | 52.22 | 56.24 | - |
| YUV | 175.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 189 | 0.50 | 0 | 0.10 | 0.18 | 168.57 | 0.53 | 0.61 |
| Hex | 68 | D1 | BD | 32 | 0 | A | 12 | A9 | 35 | 3D |
| Octal | 150 | 321 | 275 | 62 | 0 | 12 | 22 | 251 | 65 | 75 |
| Binary | 1101000 | 11010001 | 10111101 | 110010 | 0 | 1010 | 10010 | 10101001 | 110101 | 111101 |
Color Harmonies of #68D1BD
Complementary color
Monochromatic Colors of #68D1BD
Black with #68D1BD
Text Example
Text Example
White with #68D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D1BD; }
p { color: rgb(104,209,189); }
H1.HeaderClassName
{
color: #68D1BD;
}
.AnyTagClassName
{
color: #68D1BD;
}
</style>
background-color css
<style>
a { background-color: #68D1BD; }
a { background-color: rgb(104,209,189); }
div.DivClassName
{
background-color: #68D1BD;
}
.BgClassName
{
background-color: #68D1BD;
}
</style>
border-color css
<style>
span { border-color: #68D1BD; }
span { border-color: rgb(104,209,189); }
td.TdClassName
{
border-color: #68D1BD;
}
.TagClassName
{
border-color: #68D1BD;
}
</style>