Shades of Downy #68E8BB
Tints of Downy #68E8BB
RGB
CMYK
RGB Variations
Color information
#68E8BB (or 0x68E8BB) is known color: Downy. HEX triplet: 68, E8 and BB. RGB value is (104,232,187). Sum of RGB (Red+Green+Blue) = 104+232+187=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8BB is #971744. Grayscale: #BCBCBC. Windows color (decimal): -9901893 or 12314728. OLE color: 12314728.
HSL color Cylindrical-coordinate representation of color #68E8BB: hue angle of 158.91º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8BB is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 187 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.09 |
| HSL | 158.91º | 0.74% | 0.66% | - |
| HSV(B) | 158.91º | 0.55% | 0.91% | - |
| XYZ | 43.54 | 64.24 | 57.12 | - |
| YUV | 188.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 187 | 0.55 | 0 | 0.19 | 0.09 | 158.91 | 0.74 | 0.66 |
| Hex | 68 | E8 | BB | 37 | 0 | 13 | 9 | 9F | 4A | 42 |
| Octal | 150 | 350 | 273 | 67 | 0 | 23 | 11 | 237 | 112 | 102 |
| Binary | 1101000 | 11101000 | 10111011 | 110111 | 0 | 10011 | 1001 | 10011111 | 1001010 | 1000010 |
Color Harmonies of #68E8BB
Complementary color
Monochromatic Colors of #68E8BB
Black with #68E8BB
Text Example
Text Example
White with #68E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8BB; }
p { color: rgb(104,232,187); }
H1.HeaderClassName
{
color: #68E8BB;
}
.AnyTagClassName
{
color: #68E8BB;
}
</style>
background-color css
<style>
a { background-color: #68E8BB; }
a { background-color: rgb(104,232,187); }
div.DivClassName
{
background-color: #68E8BB;
}
.BgClassName
{
background-color: #68E8BB;
}
</style>
border-color css
<style>
span { border-color: #68E8BB; }
span { border-color: rgb(104,232,187); }
td.TdClassName
{
border-color: #68E8BB;
}
.TagClassName
{
border-color: #68E8BB;
}
</style>