Shades of Downy #68CFB7
Tints of Downy #68CFB7
RGB
CMYK
RGB Variations
Color information
#68CFB7 (or 0x68CFB7) is known color: Downy. HEX triplet: 68, CF and B7. RGB value is (104,207,183). Sum of RGB (Red+Green+Blue) = 104+207+183=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFB7 is #973048. Grayscale: #ADADAD. Windows color (decimal): -9908297 or 12046184. OLE color: 12046184.
HSL color Cylindrical-coordinate representation of color #68CFB7: hue angle of 166.02º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFB7 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 183 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.19 |
| HSL | 166.02º | 0.52% | 0.61% | - |
| HSV(B) | 166.02º | 0.5% | 0.81% | - |
| XYZ | 36.57 | 50.99 | 52.71 | - |
| YUV | 173.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 183 | 0.50 | 0 | 0.12 | 0.19 | 166.02 | 0.52 | 0.61 |
| Hex | 68 | CF | B7 | 32 | 0 | C | 13 | A6 | 34 | 3D |
| Octal | 150 | 317 | 267 | 62 | 0 | 14 | 23 | 246 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10110111 | 110010 | 0 | 1100 | 10011 | 10100110 | 110100 | 111101 |
Color Harmonies of #68CFB7
Complementary color
Monochromatic Colors of #68CFB7
Black with #68CFB7
Text Example
Text Example
White with #68CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFB7; }
p { color: rgb(104,207,183); }
H1.HeaderClassName
{
color: #68CFB7;
}
.AnyTagClassName
{
color: #68CFB7;
}
</style>
background-color css
<style>
a { background-color: #68CFB7; }
a { background-color: rgb(104,207,183); }
div.DivClassName
{
background-color: #68CFB7;
}
.BgClassName
{
background-color: #68CFB7;
}
</style>
border-color css
<style>
span { border-color: #68CFB7; }
span { border-color: rgb(104,207,183); }
td.TdClassName
{
border-color: #68CFB7;
}
.TagClassName
{
border-color: #68CFB7;
}
</style>