Shades of Downy #68D6B5
Tints of Downy #68D6B5
RGB
CMYK
RGB Variations
Color information
#68D6B5 (or 0x68D6B5) is known color: Downy. HEX triplet: 68, D6 and B5. RGB value is (104,214,181). Sum of RGB (Red+Green+Blue) = 104+214+181=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D6B5 is #97294A. Grayscale: #B1B1B1. Windows color (decimal): -9906507 or 11916904. OLE color: 11916904.
HSL color Cylindrical-coordinate representation of color #68D6B5: hue angle of 162º 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 #68D6B5 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 181 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.16 |
| HSL | 162º | 0.57% | 0.62% | - |
| HSV(B) | 162º | 0.51% | 0.84% | - |
| XYZ | 38.1 | 54.37 | 52.2 | - |
| YUV | 177.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 181 | 0.51 | 0 | 0.15 | 0.16 | 162 | 0.57 | 0.62 |
| Hex | 68 | D6 | B5 | 33 | 0 | F | 10 | A2 | 39 | 3E |
| Octal | 150 | 326 | 265 | 63 | 0 | 17 | 20 | 242 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10110101 | 110011 | 0 | 1111 | 10000 | 10100010 | 111001 | 111110 |
Color Harmonies of #68D6B5
Complementary color
Monochromatic Colors of #68D6B5
Black with #68D6B5
Text Example
Text Example
White with #68D6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D6B5; }
p { color: rgb(104,214,181); }
H1.HeaderClassName
{
color: #68D6B5;
}
.AnyTagClassName
{
color: #68D6B5;
}
</style>
background-color css
<style>
a { background-color: #68D6B5; }
a { background-color: rgb(104,214,181); }
div.DivClassName
{
background-color: #68D6B5;
}
.BgClassName
{
background-color: #68D6B5;
}
</style>
border-color css
<style>
span { border-color: #68D6B5; }
span { border-color: rgb(104,214,181); }
td.TdClassName
{
border-color: #68D6B5;
}
.TagClassName
{
border-color: #68D6B5;
}
</style>