Shades of Downy #68E4CB
Tints of Downy #68E4CB
RGB
CMYK
RGB Variations
Color information
#68E4CB (or 0x68E4CB) is known color: Downy. HEX triplet: 68, E4 and CB. RGB value is (104,228,203). Sum of RGB (Red+Green+Blue) = 104+228+203=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4CB is #971B34. Grayscale: #BCBCBC. Windows color (decimal): -9902901 or 13362280. OLE color: 13362280.
HSL color Cylindrical-coordinate representation of color #68E4CB: hue angle of 167.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4CB is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 228 | 203 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.11 |
| HSL | 167.9º | 0.7% | 0.65% | - |
| HSV(B) | 167.9º | 0.54% | 0.89% | - |
| XYZ | 44.23 | 62.74 | 66.28 | - |
| YUV | 188.07 | 136.42 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 203 | 0.54 | 0 | 0.11 | 0.11 | 167.9 | 0.7 | 0.65 |
| Hex | 68 | E4 | CB | 36 | 0 | B | B | A8 | 46 | 41 |
| Octal | 150 | 344 | 313 | 66 | 0 | 13 | 13 | 250 | 106 | 101 |
| Binary | 1101000 | 11100100 | 11001011 | 110110 | 0 | 1011 | 1011 | 10101000 | 1000110 | 1000001 |
Color Harmonies of #68E4CB
Complementary color
Monochromatic Colors of #68E4CB
Black with #68E4CB
Text Example
Text Example
White with #68E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E4CB; }
p { color: rgb(104,228,203); }
H1.HeaderClassName
{
color: #68E4CB;
}
.AnyTagClassName
{
color: #68E4CB;
}
</style>
background-color css
<style>
a { background-color: #68E4CB; }
a { background-color: rgb(104,228,203); }
div.DivClassName
{
background-color: #68E4CB;
}
.BgClassName
{
background-color: #68E4CB;
}
</style>
border-color css
<style>
span { border-color: #68E4CB; }
span { border-color: rgb(104,228,203); }
td.TdClassName
{
border-color: #68E4CB;
}
.TagClassName
{
border-color: #68E4CB;
}
</style>