Shades of Downy #68F0BC
Tints of Downy #68F0BC
RGB
CMYK
RGB Variations
Color information
#68F0BC (or 0x68F0BC) is known color: Downy. HEX triplet: 68, F0 and BC. RGB value is (104,240,188). Sum of RGB (Red+Green+Blue) = 104+240+188=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0BC is #970F43. Grayscale: #C1C1C1. Windows color (decimal): -9899844 or 12382312. OLE color: 12382312.
HSL color Cylindrical-coordinate representation of color #68F0BC: hue angle of 157.06º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0BC is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 188 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.06 |
| HSL | 157.06º | 0.82% | 0.67% | - |
| HSV(B) | 157.06º | 0.57% | 0.94% | - |
| XYZ | 45.95 | 68.89 | 58.45 | - |
| YUV | 193.41 | 124.94 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 188 | 0.57 | 0 | 0.22 | 0.06 | 157.06 | 0.82 | 0.67 |
| Hex | 68 | F0 | BC | 39 | 0 | 16 | 6 | 9D | 52 | 43 |
| Octal | 150 | 360 | 274 | 71 | 0 | 26 | 6 | 235 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10111100 | 111001 | 0 | 10110 | 110 | 10011101 | 1010010 | 1000011 |
Color Harmonies of #68F0BC
Complementary color
Monochromatic Colors of #68F0BC
Black with #68F0BC
Text Example
Text Example
White with #68F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0BC; }
p { color: rgb(104,240,188); }
H1.HeaderClassName
{
color: #68F0BC;
}
.AnyTagClassName
{
color: #68F0BC;
}
</style>
background-color css
<style>
a { background-color: #68F0BC; }
a { background-color: rgb(104,240,188); }
div.DivClassName
{
background-color: #68F0BC;
}
.BgClassName
{
background-color: #68F0BC;
}
</style>
border-color css
<style>
span { border-color: #68F0BC; }
span { border-color: rgb(104,240,188); }
td.TdClassName
{
border-color: #68F0BC;
}
.TagClassName
{
border-color: #68F0BC;
}
</style>