Shades of Downy #68EBBE
Tints of Downy #68EBBE
RGB
CMYK
RGB Variations
Color information
#68EBBE (or 0x68EBBE) is known color: Downy. HEX triplet: 68, EB and BE. RGB value is (104,235,190). Sum of RGB (Red+Green+Blue) = 104+235+190=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBBE is #971441. Grayscale: #BEBEBE. Windows color (decimal): -9901122 or 12512104. OLE color: 12512104.
HSL color Cylindrical-coordinate representation of color #68EBBE: hue angle of 159.39º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBBE is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 190 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.08 |
| HSL | 159.39º | 0.77% | 0.66% | - |
| HSV(B) | 159.39º | 0.56% | 0.92% | - |
| XYZ | 44.71 | 66.08 | 59.11 | - |
| YUV | 190.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 190 | 0.56 | 0 | 0.19 | 0.08 | 159.39 | 0.77 | 0.66 |
| Hex | 68 | EB | BE | 38 | 0 | 13 | 8 | 9F | 4D | 42 |
| Octal | 150 | 353 | 276 | 70 | 0 | 23 | 10 | 237 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10111110 | 111000 | 0 | 10011 | 1000 | 10011111 | 1001101 | 1000010 |
Color Harmonies of #68EBBE
Complementary color
Monochromatic Colors of #68EBBE
Black with #68EBBE
Text Example
Text Example
White with #68EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBBE; }
p { color: rgb(104,235,190); }
H1.HeaderClassName
{
color: #68EBBE;
}
.AnyTagClassName
{
color: #68EBBE;
}
</style>
background-color css
<style>
a { background-color: #68EBBE; }
a { background-color: rgb(104,235,190); }
div.DivClassName
{
background-color: #68EBBE;
}
.BgClassName
{
background-color: #68EBBE;
}
</style>
border-color css
<style>
span { border-color: #68EBBE; }
span { border-color: rgb(104,235,190); }
td.TdClassName
{
border-color: #68EBBE;
}
.TagClassName
{
border-color: #68EBBE;
}
</style>