Shades of Downy #68E8BF
Tints of Downy #68E8BF
RGB
CMYK
RGB Variations
Color information
#68E8BF (or 0x68E8BF) is known color: Downy. HEX triplet: 68, E8 and BF. RGB value is (104,232,191). Sum of RGB (Red+Green+Blue) = 104+232+191=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8BF is #971740. Grayscale: #BDBDBD. Windows color (decimal): -9901889 or 12576872. OLE color: 12576872.
HSL color Cylindrical-coordinate representation of color #68E8BF: hue angle of 160.78º 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 #68E8BF is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 191 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.09 |
| HSL | 160.78º | 0.74% | 0.66% | - |
| HSV(B) | 160.78º | 0.55% | 0.91% | - |
| XYZ | 43.97 | 64.42 | 59.41 | - |
| YUV | 189.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 191 | 0.55 | 0 | 0.18 | 0.09 | 160.78 | 0.74 | 0.66 |
| Hex | 68 | E8 | BF | 37 | 0 | 12 | 9 | A1 | 4A | 42 |
| Octal | 150 | 350 | 277 | 67 | 0 | 22 | 11 | 241 | 112 | 102 |
| Binary | 1101000 | 11101000 | 10111111 | 110111 | 0 | 10010 | 1001 | 10100001 | 1001010 | 1000010 |
Color Harmonies of #68E8BF
Complementary color
Monochromatic Colors of #68E8BF
Black with #68E8BF
Text Example
Text Example
White with #68E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8BF; }
p { color: rgb(104,232,191); }
H1.HeaderClassName
{
color: #68E8BF;
}
.AnyTagClassName
{
color: #68E8BF;
}
</style>
background-color css
<style>
a { background-color: #68E8BF; }
a { background-color: rgb(104,232,191); }
div.DivClassName
{
background-color: #68E8BF;
}
.BgClassName
{
background-color: #68E8BF;
}
</style>
border-color css
<style>
span { border-color: #68E8BF; }
span { border-color: rgb(104,232,191); }
td.TdClassName
{
border-color: #68E8BF;
}
.TagClassName
{
border-color: #68E8BF;
}
</style>