Shades of Downy #68D7C2
Tints of Downy #68D7C2
RGB
CMYK
RGB Variations
Color information
#68D7C2 (or 0x68D7C2) is known color: Downy. HEX triplet: 68, D7 and C2. RGB value is (104,215,194). Sum of RGB (Red+Green+Blue) = 104+215+194=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7C2 is #97283D. Grayscale: #B3B3B3. Windows color (decimal): -9906238 or 12769128. OLE color: 12769128.
HSL color Cylindrical-coordinate representation of color #68D7C2: hue angle of 168.65º 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 #68D7C2 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 194 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.16 |
| HSL | 168.65º | 0.58% | 0.63% | - |
| HSV(B) | 168.65º | 0.52% | 0.84% | - |
| XYZ | 39.75 | 55.44 | 59.64 | - |
| YUV | 179.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 194 | 0.52 | 0 | 0.10 | 0.16 | 168.65 | 0.58 | 0.63 |
| Hex | 68 | D7 | C2 | 34 | 0 | A | 10 | A9 | 3A | 3F |
| Octal | 150 | 327 | 302 | 64 | 0 | 12 | 20 | 251 | 72 | 77 |
| Binary | 1101000 | 11010111 | 11000010 | 110100 | 0 | 1010 | 10000 | 10101001 | 111010 | 111111 |
Color Harmonies of #68D7C2
Complementary color
Monochromatic Colors of #68D7C2
Black with #68D7C2
Text Example
Text Example
White with #68D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D7C2; }
p { color: rgb(104,215,194); }
H1.HeaderClassName
{
color: #68D7C2;
}
.AnyTagClassName
{
color: #68D7C2;
}
</style>
background-color css
<style>
a { background-color: #68D7C2; }
a { background-color: rgb(104,215,194); }
div.DivClassName
{
background-color: #68D7C2;
}
.BgClassName
{
background-color: #68D7C2;
}
</style>
border-color css
<style>
span { border-color: #68D7C2; }
span { border-color: rgb(104,215,194); }
td.TdClassName
{
border-color: #68D7C2;
}
.TagClassName
{
border-color: #68D7C2;
}
</style>