Shades of Downy #68F2B6
Tints of Downy #68F2B6
RGB
CMYK
RGB Variations
Color information
#68F2B6 (or 0x68F2B6) is known color: Downy. HEX triplet: 68, F2 and B6. RGB value is (104,242,182). Sum of RGB (Red+Green+Blue) = 104+242+182=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2B6 is #970D49. Grayscale: #C2C2C2. Windows color (decimal): -9899338 or 11989608. OLE color: 11989608.
HSL color Cylindrical-coordinate representation of color #68F2B6: hue angle of 153.91º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2B6 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 182 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.05 |
| HSL | 153.91º | 0.84% | 0.68% | - |
| HSV(B) | 153.91º | 0.57% | 0.95% | - |
| XYZ | 45.9 | 69.82 | 55.31 | - |
| YUV | 193.9 | 121.28 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 182 | 0.57 | 0 | 0.25 | 0.05 | 153.91 | 0.84 | 0.68 |
| Hex | 68 | F2 | B6 | 39 | 0 | 19 | 5 | 9A | 54 | 44 |
| Octal | 150 | 362 | 266 | 71 | 0 | 31 | 5 | 232 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10110110 | 111001 | 0 | 11001 | 101 | 10011010 | 1010100 | 1000100 |
Color Harmonies of #68F2B6
Complementary color
Monochromatic Colors of #68F2B6
Black with #68F2B6
Text Example
Text Example
White with #68F2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2B6; }
p { color: rgb(104,242,182); }
H1.HeaderClassName
{
color: #68F2B6;
}
.AnyTagClassName
{
color: #68F2B6;
}
</style>
background-color css
<style>
a { background-color: #68F2B6; }
a { background-color: rgb(104,242,182); }
div.DivClassName
{
background-color: #68F2B6;
}
.BgClassName
{
background-color: #68F2B6;
}
</style>
border-color css
<style>
span { border-color: #68F2B6; }
span { border-color: rgb(104,242,182); }
td.TdClassName
{
border-color: #68F2B6;
}
.TagClassName
{
border-color: #68F2B6;
}
</style>