Shades of Downy #68D7C9
Tints of Downy #68D7C9
RGB
CMYK
RGB Variations
Color information
#68D7C9 (or 0x68D7C9) is known color: Downy. HEX triplet: 68, D7 and C9. RGB value is (104,215,201). Sum of RGB (Red+Green+Blue) = 104+215+201=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7C9 is #972836. Grayscale: #B4B4B4. Windows color (decimal): -9906231 or 13227880. OLE color: 13227880.
HSL color Cylindrical-coordinate representation of color #68D7C9: hue angle of 172.43º 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 #68D7C9 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 201 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.16 |
| HSL | 172.43º | 0.58% | 0.63% | - |
| HSV(B) | 172.43º | 0.52% | 0.84% | - |
| XYZ | 40.55 | 55.76 | 63.88 | - |
| YUV | 180.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 201 | 0.52 | 0 | 0.07 | 0.16 | 172.43 | 0.58 | 0.63 |
| Hex | 68 | D7 | C9 | 34 | 0 | 7 | 10 | AC | 3A | 3F |
| Octal | 150 | 327 | 311 | 64 | 0 | 7 | 20 | 254 | 72 | 77 |
| Binary | 1101000 | 11010111 | 11001001 | 110100 | 0 | 111 | 10000 | 10101100 | 111010 | 111111 |
Color Harmonies of #68D7C9
Complementary color
Monochromatic Colors of #68D7C9
Black with #68D7C9
Text Example
Text Example
White with #68D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D7C9; }
p { color: rgb(104,215,201); }
H1.HeaderClassName
{
color: #68D7C9;
}
.AnyTagClassName
{
color: #68D7C9;
}
</style>
background-color css
<style>
a { background-color: #68D7C9; }
a { background-color: rgb(104,215,201); }
div.DivClassName
{
background-color: #68D7C9;
}
.BgClassName
{
background-color: #68D7C9;
}
</style>
border-color css
<style>
span { border-color: #68D7C9; }
span { border-color: rgb(104,215,201); }
td.TdClassName
{
border-color: #68D7C9;
}
.TagClassName
{
border-color: #68D7C9;
}
</style>