Shades of Downy #68D7CB
Tints of Downy #68D7CB
RGB
CMYK
RGB Variations
Color information
#68D7CB (or 0x68D7CB) is known color: Downy. HEX triplet: 68, D7 and CB. RGB value is (104,215,203). Sum of RGB (Red+Green+Blue) = 104+215+203=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7CB is #972834. Grayscale: #B4B4B4. Windows color (decimal): -9906229 or 13358952. OLE color: 13358952.
HSL color Cylindrical-coordinate representation of color #68D7CB: hue angle of 173.51º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7CB is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 203 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.16 |
| HSL | 173.51º | 0.58% | 0.63% | - |
| HSV(B) | 173.51º | 0.52% | 0.84% | - |
| XYZ | 40.79 | 55.86 | 65.13 | - |
| YUV | 180.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 203 | 0.52 | 0 | 0.06 | 0.16 | 173.51 | 0.58 | 0.63 |
| Hex | 68 | D7 | CB | 34 | 0 | 6 | 10 | AE | 3A | 3F |
| Octal | 150 | 327 | 313 | 64 | 0 | 6 | 20 | 256 | 72 | 77 |
| Binary | 1101000 | 11010111 | 11001011 | 110100 | 0 | 110 | 10000 | 10101110 | 111010 | 111111 |
Color Harmonies of #68D7CB
Complementary color
Monochromatic Colors of #68D7CB
Black with #68D7CB
Text Example
Text Example
White with #68D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D7CB; }
p { color: rgb(104,215,203); }
H1.HeaderClassName
{
color: #68D7CB;
}
.AnyTagClassName
{
color: #68D7CB;
}
</style>
background-color css
<style>
a { background-color: #68D7CB; }
a { background-color: rgb(104,215,203); }
div.DivClassName
{
background-color: #68D7CB;
}
.BgClassName
{
background-color: #68D7CB;
}
</style>
border-color css
<style>
span { border-color: #68D7CB; }
span { border-color: rgb(104,215,203); }
td.TdClassName
{
border-color: #68D7CB;
}
.TagClassName
{
border-color: #68D7CB;
}
</style>