Shades of Downy #68EFB9
Tints of Downy #68EFB9
RGB
CMYK
RGB Variations
Color information
#68EFB9 (or 0x68EFB9) is known color: Downy. HEX triplet: 68, EF and B9. RGB value is (104,239,185). Sum of RGB (Red+Green+Blue) = 104+239+185=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFB9 is #971046. Grayscale: #C0C0C0. Windows color (decimal): -9900103 or 12185448. OLE color: 12185448.
HSL color Cylindrical-coordinate representation of color #68EFB9: hue angle of 156º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFB9 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 185 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.06 |
| HSL | 156º | 0.81% | 0.67% | - |
| HSV(B) | 156º | 0.56% | 0.94% | - |
| XYZ | 45.33 | 68.18 | 56.67 | - |
| YUV | 192.48 | 123.77 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 185 | 0.56 | 0 | 0.23 | 0.06 | 156 | 0.81 | 0.67 |
| Hex | 68 | EF | B9 | 38 | 0 | 17 | 6 | 9C | 51 | 43 |
| Octal | 150 | 357 | 271 | 70 | 0 | 27 | 6 | 234 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10111001 | 111000 | 0 | 10111 | 110 | 10011100 | 1010001 | 1000011 |
Color Harmonies of #68EFB9
Complementary color
Monochromatic Colors of #68EFB9
Black with #68EFB9
Text Example
Text Example
White with #68EFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFB9; }
p { color: rgb(104,239,185); }
H1.HeaderClassName
{
color: #68EFB9;
}
.AnyTagClassName
{
color: #68EFB9;
}
</style>
background-color css
<style>
a { background-color: #68EFB9; }
a { background-color: rgb(104,239,185); }
div.DivClassName
{
background-color: #68EFB9;
}
.BgClassName
{
background-color: #68EFB9;
}
</style>
border-color css
<style>
span { border-color: #68EFB9; }
span { border-color: rgb(104,239,185); }
td.TdClassName
{
border-color: #68EFB9;
}
.TagClassName
{
border-color: #68EFB9;
}
</style>