Shades of Downy #68D9C1
Tints of Downy #68D9C1
RGB
CMYK
RGB Variations
Color information
#68D9C1 (or 0x68D9C1) is known color: Downy. HEX triplet: 68, D9 and C1. RGB value is (104,217,193). Sum of RGB (Red+Green+Blue) = 104+217+193=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9C1 is #97263E. Grayscale: #B4B4B4. Windows color (decimal): -9905727 or 12704104. OLE color: 12704104.
HSL color Cylindrical-coordinate representation of color #68D9C1: hue angle of 167.26º 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 #68D9C1 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 193 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.15 |
| HSL | 167.26º | 0.6% | 0.63% | - |
| HSV(B) | 167.26º | 0.52% | 0.85% | - |
| XYZ | 40.15 | 56.42 | 59.23 | - |
| YUV | 180.48 | 135.06 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 193 | 0.52 | 0 | 0.11 | 0.15 | 167.26 | 0.6 | 0.63 |
| Hex | 68 | D9 | C1 | 34 | 0 | B | F | A7 | 3C | 3F |
| Octal | 150 | 331 | 301 | 64 | 0 | 13 | 17 | 247 | 74 | 77 |
| Binary | 1101000 | 11011001 | 11000001 | 110100 | 0 | 1011 | 1111 | 10100111 | 111100 | 111111 |
Color Harmonies of #68D9C1
Complementary color
Monochromatic Colors of #68D9C1
Black with #68D9C1
Text Example
Text Example
White with #68D9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9C1; }
p { color: rgb(104,217,193); }
H1.HeaderClassName
{
color: #68D9C1;
}
.AnyTagClassName
{
color: #68D9C1;
}
</style>
background-color css
<style>
a { background-color: #68D9C1; }
a { background-color: rgb(104,217,193); }
div.DivClassName
{
background-color: #68D9C1;
}
.BgClassName
{
background-color: #68D9C1;
}
</style>
border-color css
<style>
span { border-color: #68D9C1; }
span { border-color: rgb(104,217,193); }
td.TdClassName
{
border-color: #68D9C1;
}
.TagClassName
{
border-color: #68D9C1;
}
</style>