Shades of Downy #68D9C3
Tints of Downy #68D9C3
RGB
CMYK
RGB Variations
Color information
#68D9C3 (or 0x68D9C3) is known color: Downy. HEX triplet: 68, D9 and C3. RGB value is (104,217,195). Sum of RGB (Red+Green+Blue) = 104+217+195=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9C3 is #97263C. Grayscale: #B4B4B4. Windows color (decimal): -9905725 or 12835176. OLE color: 12835176.
HSL color Cylindrical-coordinate representation of color #68D9C3: hue angle of 168.32º 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 #68D9C3 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 195 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.15 |
| HSL | 168.32º | 0.6% | 0.63% | - |
| HSV(B) | 168.32º | 0.52% | 0.85% | - |
| XYZ | 40.37 | 56.51 | 60.41 | - |
| YUV | 180.71 | 136.06 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 195 | 0.52 | 0 | 0.10 | 0.15 | 168.32 | 0.6 | 0.63 |
| Hex | 68 | D9 | C3 | 34 | 0 | A | F | A8 | 3C | 3F |
| Octal | 150 | 331 | 303 | 64 | 0 | 12 | 17 | 250 | 74 | 77 |
| Binary | 1101000 | 11011001 | 11000011 | 110100 | 0 | 1010 | 1111 | 10101000 | 111100 | 111111 |
Color Harmonies of #68D9C3
Complementary color
Monochromatic Colors of #68D9C3
Black with #68D9C3
Text Example
Text Example
White with #68D9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9C3; }
p { color: rgb(104,217,195); }
H1.HeaderClassName
{
color: #68D9C3;
}
.AnyTagClassName
{
color: #68D9C3;
}
</style>
background-color css
<style>
a { background-color: #68D9C3; }
a { background-color: rgb(104,217,195); }
div.DivClassName
{
background-color: #68D9C3;
}
.BgClassName
{
background-color: #68D9C3;
}
</style>
border-color css
<style>
span { border-color: #68D9C3; }
span { border-color: rgb(104,217,195); }
td.TdClassName
{
border-color: #68D9C3;
}
.TagClassName
{
border-color: #68D9C3;
}
</style>