Shades of Downy #68F0BB
Tints of Downy #68F0BB
RGB
CMYK
RGB Variations
Color information
#68F0BB (or 0x68F0BB) is known color: Downy. HEX triplet: 68, F0 and BB. RGB value is (104,240,187). Sum of RGB (Red+Green+Blue) = 104+240+187=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0BB is #970F44. Grayscale: #C1C1C1. Windows color (decimal): -9899845 or 12316776. OLE color: 12316776.
HSL color Cylindrical-coordinate representation of color #68F0BB: hue angle of 156.62º 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 #68F0BB is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 187 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.06 |
| HSL | 156.62º | 0.82% | 0.67% | - |
| HSV(B) | 156.62º | 0.57% | 0.94% | - |
| XYZ | 45.84 | 68.85 | 57.89 | - |
| YUV | 193.29 | 124.44 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 187 | 0.57 | 0 | 0.22 | 0.06 | 156.62 | 0.82 | 0.67 |
| Hex | 68 | F0 | BB | 39 | 0 | 16 | 6 | 9D | 52 | 43 |
| Octal | 150 | 360 | 273 | 71 | 0 | 26 | 6 | 235 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10111011 | 111001 | 0 | 10110 | 110 | 10011101 | 1010010 | 1000011 |
Color Harmonies of #68F0BB
Complementary color
Monochromatic Colors of #68F0BB
Black with #68F0BB
Text Example
Text Example
White with #68F0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0BB; }
p { color: rgb(104,240,187); }
H1.HeaderClassName
{
color: #68F0BB;
}
.AnyTagClassName
{
color: #68F0BB;
}
</style>
background-color css
<style>
a { background-color: #68F0BB; }
a { background-color: rgb(104,240,187); }
div.DivClassName
{
background-color: #68F0BB;
}
.BgClassName
{
background-color: #68F0BB;
}
</style>
border-color css
<style>
span { border-color: #68F0BB; }
span { border-color: rgb(104,240,187); }
td.TdClassName
{
border-color: #68F0BB;
}
.TagClassName
{
border-color: #68F0BB;
}
</style>