Shades of Downy #68EACB
Tints of Downy #68EACB
RGB
CMYK
RGB Variations
Color information
#68EACB (or 0x68EACB) is known color: Downy. HEX triplet: 68, EA and CB. RGB value is (104,234,203). Sum of RGB (Red+Green+Blue) = 104+234+203=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #68EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EACB is #971534. Grayscale: #BFBFBF. Windows color (decimal): -9901365 or 13363816. OLE color: 13363816.
HSL color Cylindrical-coordinate representation of color #68EACB: hue angle of 165.69º degrees, saturation: 0.76, 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 #68EACB is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 203 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.08 |
| HSL | 165.69º | 0.76% | 0.66% | - |
| HSV(B) | 165.69º | 0.56% | 0.92% | - |
| XYZ | 45.91 | 66.1 | 66.84 | - |
| YUV | 191.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 203 | 0.56 | 0 | 0.13 | 0.08 | 165.69 | 0.76 | 0.66 |
| Hex | 68 | EA | CB | 38 | 0 | D | 8 | A6 | 4C | 42 |
| Octal | 150 | 352 | 313 | 70 | 0 | 15 | 10 | 246 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11001011 | 111000 | 0 | 1101 | 1000 | 10100110 | 1001100 | 1000010 |
Color Harmonies of #68EACB
Complementary color
Monochromatic Colors of #68EACB
Black with #68EACB
Text Example
Text Example
White with #68EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EACB; }
p { color: rgb(104,234,203); }
H1.HeaderClassName
{
color: #68EACB;
}
.AnyTagClassName
{
color: #68EACB;
}
</style>
background-color css
<style>
a { background-color: #68EACB; }
a { background-color: rgb(104,234,203); }
div.DivClassName
{
background-color: #68EACB;
}
.BgClassName
{
background-color: #68EACB;
}
</style>
border-color css
<style>
span { border-color: #68EACB; }
span { border-color: rgb(104,234,203); }
td.TdClassName
{
border-color: #68EACB;
}
.TagClassName
{
border-color: #68EACB;
}
</style>