Shades of Downy #68CFB9
Tints of Downy #68CFB9
RGB
CMYK
RGB Variations
Color information
#68CFB9 (or 0x68CFB9) is known color: Downy. HEX triplet: 68, CF and B9. RGB value is (104,207,185). Sum of RGB (Red+Green+Blue) = 104+207+185=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFB9 is #973046. Grayscale: #ADADAD. Windows color (decimal): -9908295 or 12177256. OLE color: 12177256.
HSL color Cylindrical-coordinate representation of color #68CFB9: hue angle of 167.18º 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 #68CFB9 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 185 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.19 |
| HSL | 167.18º | 0.52% | 0.61% | - |
| HSV(B) | 167.18º | 0.5% | 0.81% | - |
| XYZ | 36.78 | 51.07 | 53.82 | - |
| YUV | 173.7 | 134.38 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 185 | 0.50 | 0 | 0.11 | 0.19 | 167.18 | 0.52 | 0.61 |
| Hex | 68 | CF | B9 | 32 | 0 | B | 13 | A7 | 34 | 3D |
| Octal | 150 | 317 | 271 | 62 | 0 | 13 | 23 | 247 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10111001 | 110010 | 0 | 1011 | 10011 | 10100111 | 110100 | 111101 |
Color Harmonies of #68CFB9
Complementary color
Monochromatic Colors of #68CFB9
Black with #68CFB9
Text Example
Text Example
White with #68CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFB9; }
p { color: rgb(104,207,185); }
H1.HeaderClassName
{
color: #68CFB9;
}
.AnyTagClassName
{
color: #68CFB9;
}
</style>
background-color css
<style>
a { background-color: #68CFB9; }
a { background-color: rgb(104,207,185); }
div.DivClassName
{
background-color: #68CFB9;
}
.BgClassName
{
background-color: #68CFB9;
}
</style>
border-color css
<style>
span { border-color: #68CFB9; }
span { border-color: rgb(104,207,185); }
td.TdClassName
{
border-color: #68CFB9;
}
.TagClassName
{
border-color: #68CFB9;
}
</style>