Shades of Downy #68D6BD
Tints of Downy #68D6BD
RGB
CMYK
RGB Variations
Color information
#68D6BD (or 0x68D6BD) is known color: Downy. HEX triplet: 68, D6 and BD. RGB value is (104,214,189). Sum of RGB (Red+Green+Blue) = 104+214+189=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D6BD is #972942. Grayscale: #B2B2B2. Windows color (decimal): -9906499 or 12441192. OLE color: 12441192.
HSL color Cylindrical-coordinate representation of color #68D6BD: hue angle of 166.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D6BD is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 189 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.16 |
| HSL | 166.36º | 0.57% | 0.62% | - |
| HSV(B) | 166.36º | 0.51% | 0.84% | - |
| XYZ | 38.94 | 54.71 | 56.65 | - |
| YUV | 178.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 189 | 0.51 | 0 | 0.12 | 0.16 | 166.36 | 0.57 | 0.62 |
| Hex | 68 | D6 | BD | 33 | 0 | C | 10 | A6 | 39 | 3E |
| Octal | 150 | 326 | 275 | 63 | 0 | 14 | 20 | 246 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10111101 | 110011 | 0 | 1100 | 10000 | 10100110 | 111001 | 111110 |
Color Harmonies of #68D6BD
Complementary color
Monochromatic Colors of #68D6BD
Black with #68D6BD
Text Example
Text Example
White with #68D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D6BD; }
p { color: rgb(104,214,189); }
H1.HeaderClassName
{
color: #68D6BD;
}
.AnyTagClassName
{
color: #68D6BD;
}
</style>
background-color css
<style>
a { background-color: #68D6BD; }
a { background-color: rgb(104,214,189); }
div.DivClassName
{
background-color: #68D6BD;
}
.BgClassName
{
background-color: #68D6BD;
}
</style>
border-color css
<style>
span { border-color: #68D6BD; }
span { border-color: rgb(104,214,189); }
td.TdClassName
{
border-color: #68D6BD;
}
.TagClassName
{
border-color: #68D6BD;
}
</style>