Shades of Downy #68D9C2
Tints of Downy #68D9C2
RGB
CMYK
RGB Variations
Color information
#68D9C2 (or 0x68D9C2) is known color: Downy. HEX triplet: 68, D9 and C2. RGB value is (104,217,194). Sum of RGB (Red+Green+Blue) = 104+217+194=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9C2 is #97263D. Grayscale: #B4B4B4. Windows color (decimal): -9905726 or 12769640. OLE color: 12769640.
HSL color Cylindrical-coordinate representation of color #68D9C2: hue angle of 167.79º 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 #68D9C2 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 194 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.15 |
| HSL | 167.79º | 0.6% | 0.63% | - |
| HSV(B) | 167.79º | 0.52% | 0.85% | - |
| XYZ | 40.26 | 56.46 | 59.82 | - |
| YUV | 180.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 194 | 0.52 | 0 | 0.11 | 0.15 | 167.79 | 0.6 | 0.63 |
| Hex | 68 | D9 | C2 | 34 | 0 | B | F | A8 | 3C | 3F |
| Octal | 150 | 331 | 302 | 64 | 0 | 13 | 17 | 250 | 74 | 77 |
| Binary | 1101000 | 11011001 | 11000010 | 110100 | 0 | 1011 | 1111 | 10101000 | 111100 | 111111 |
Color Harmonies of #68D9C2
Complementary color
Monochromatic Colors of #68D9C2
Black with #68D9C2
Text Example
Text Example
White with #68D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9C2; }
p { color: rgb(104,217,194); }
H1.HeaderClassName
{
color: #68D9C2;
}
.AnyTagClassName
{
color: #68D9C2;
}
</style>
background-color css
<style>
a { background-color: #68D9C2; }
a { background-color: rgb(104,217,194); }
div.DivClassName
{
background-color: #68D9C2;
}
.BgClassName
{
background-color: #68D9C2;
}
</style>
border-color css
<style>
span { border-color: #68D9C2; }
span { border-color: rgb(104,217,194); }
td.TdClassName
{
border-color: #68D9C2;
}
.TagClassName
{
border-color: #68D9C2;
}
</style>