Shades of Downy #68E9CB
Tints of Downy #68E9CB
RGB
CMYK
RGB Variations
Color information
#68E9CB (or 0x68E9CB) is known color: Downy. HEX triplet: 68, E9 and CB. RGB value is (104,233,203). Sum of RGB (Red+Green+Blue) = 104+233+203=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E9CB is #971634. Grayscale: #BFBFBF. Windows color (decimal): -9901621 or 13363560. OLE color: 13363560.
HSL color Cylindrical-coordinate representation of color #68E9CB: hue angle of 166.05º degrees, saturation: 0.75, 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 #68E9CB is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 203 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.09 |
| HSL | 166.05º | 0.75% | 0.66% | - |
| HSV(B) | 166.05º | 0.55% | 0.91% | - |
| XYZ | 45.63 | 65.53 | 66.74 | - |
| YUV | 191.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 203 | 0.55 | 0 | 0.13 | 0.09 | 166.05 | 0.75 | 0.66 |
| Hex | 68 | E9 | CB | 37 | 0 | D | 9 | A6 | 4B | 42 |
| Octal | 150 | 351 | 313 | 67 | 0 | 15 | 11 | 246 | 113 | 102 |
| Binary | 1101000 | 11101001 | 11001011 | 110111 | 0 | 1101 | 1001 | 10100110 | 1001011 | 1000010 |
Color Harmonies of #68E9CB
Complementary color
Monochromatic Colors of #68E9CB
Black with #68E9CB
Text Example
Text Example
White with #68E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9CB; }
p { color: rgb(104,233,203); }
H1.HeaderClassName
{
color: #68E9CB;
}
.AnyTagClassName
{
color: #68E9CB;
}
</style>
background-color css
<style>
a { background-color: #68E9CB; }
a { background-color: rgb(104,233,203); }
div.DivClassName
{
background-color: #68E9CB;
}
.BgClassName
{
background-color: #68E9CB;
}
</style>
border-color css
<style>
span { border-color: #68E9CB; }
span { border-color: rgb(104,233,203); }
td.TdClassName
{
border-color: #68E9CB;
}
.TagClassName
{
border-color: #68E9CB;
}
</style>