Shades of Downy #68D5B5
Tints of Downy #68D5B5
RGB
CMYK
RGB Variations
Color information
#68D5B5 (or 0x68D5B5) is known color: Downy. HEX triplet: 68, D5 and B5. RGB value is (104,213,181). Sum of RGB (Red+Green+Blue) = 104+213+181=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5B5 is #972A4A. Grayscale: #B0B0B0. Windows color (decimal): -9906763 or 11916648. OLE color: 11916648.
HSL color Cylindrical-coordinate representation of color #68D5B5: hue angle of 162.39º degrees, saturation: 0.56, 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 #68D5B5 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 181 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.16 |
| HSL | 162.39º | 0.56% | 0.62% | - |
| HSV(B) | 162.39º | 0.51% | 0.84% | - |
| XYZ | 37.84 | 53.87 | 52.12 | - |
| YUV | 176.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 181 | 0.51 | 0 | 0.15 | 0.16 | 162.39 | 0.56 | 0.62 |
| Hex | 68 | D5 | B5 | 33 | 0 | F | 10 | A2 | 38 | 3E |
| Octal | 150 | 325 | 265 | 63 | 0 | 17 | 20 | 242 | 70 | 76 |
| Binary | 1101000 | 11010101 | 10110101 | 110011 | 0 | 1111 | 10000 | 10100010 | 111000 | 111110 |
Color Harmonies of #68D5B5
Complementary color
Monochromatic Colors of #68D5B5
Black with #68D5B5
Text Example
Text Example
White with #68D5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5B5; }
p { color: rgb(104,213,181); }
H1.HeaderClassName
{
color: #68D5B5;
}
.AnyTagClassName
{
color: #68D5B5;
}
</style>
background-color css
<style>
a { background-color: #68D5B5; }
a { background-color: rgb(104,213,181); }
div.DivClassName
{
background-color: #68D5B5;
}
.BgClassName
{
background-color: #68D5B5;
}
</style>
border-color css
<style>
span { border-color: #68D5B5; }
span { border-color: rgb(104,213,181); }
td.TdClassName
{
border-color: #68D5B5;
}
.TagClassName
{
border-color: #68D5B5;
}
</style>