Shades of Downy #68D9CB
Tints of Downy #68D9CB
RGB
CMYK
RGB Variations
Color information
#68D9CB (or 0x68D9CB) is known color: Downy. HEX triplet: 68, D9 and CB. RGB value is (104,217,203). Sum of RGB (Red+Green+Blue) = 104+217+203=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9CB is #972634. Grayscale: #B5B5B5. Windows color (decimal): -9905717 or 13359464. OLE color: 13359464.
HSL color Cylindrical-coordinate representation of color #68D9CB: hue angle of 172.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9CB is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 203 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.15 |
| HSL | 172.57º | 0.6% | 0.63% | - |
| HSV(B) | 172.57º | 0.52% | 0.85% | - |
| XYZ | 41.3 | 56.88 | 65.3 | - |
| YUV | 181.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 203 | 0.52 | 0 | 0.06 | 0.15 | 172.57 | 0.6 | 0.63 |
| Hex | 68 | D9 | CB | 34 | 0 | 6 | F | AD | 3C | 3F |
| Octal | 150 | 331 | 313 | 64 | 0 | 6 | 17 | 255 | 74 | 77 |
| Binary | 1101000 | 11011001 | 11001011 | 110100 | 0 | 110 | 1111 | 10101101 | 111100 | 111111 |
Color Harmonies of #68D9CB
Complementary color
Monochromatic Colors of #68D9CB
Black with #68D9CB
Text Example
Text Example
White with #68D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9CB; }
p { color: rgb(104,217,203); }
H1.HeaderClassName
{
color: #68D9CB;
}
.AnyTagClassName
{
color: #68D9CB;
}
</style>
background-color css
<style>
a { background-color: #68D9CB; }
a { background-color: rgb(104,217,203); }
div.DivClassName
{
background-color: #68D9CB;
}
.BgClassName
{
background-color: #68D9CB;
}
</style>
border-color css
<style>
span { border-color: #68D9CB; }
span { border-color: rgb(104,217,203); }
td.TdClassName
{
border-color: #68D9CB;
}
.TagClassName
{
border-color: #68D9CB;
}
</style>