Shades of Downy #68E8CB
Tints of Downy #68E8CB
RGB
CMYK
RGB Variations
Color information
#68E8CB (or 0x68E8CB) is known color: Downy. HEX triplet: 68, E8 and CB. RGB value is (104,232,203). Sum of RGB (Red+Green+Blue) = 104+232+203=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8CB is #971734. Grayscale: #BEBEBE. Windows color (decimal): -9901877 or 13363304. OLE color: 13363304.
HSL color Cylindrical-coordinate representation of color #68E8CB: hue angle of 166.41º 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 #68E8CB is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 203 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.09 |
| HSL | 166.41º | 0.74% | 0.66% | - |
| HSV(B) | 166.41º | 0.55% | 0.91% | - |
| XYZ | 45.35 | 64.97 | 66.65 | - |
| YUV | 190.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 203 | 0.55 | 0 | 0.12 | 0.09 | 166.41 | 0.74 | 0.66 |
| Hex | 68 | E8 | CB | 37 | 0 | C | 9 | A6 | 4A | 42 |
| Octal | 150 | 350 | 313 | 67 | 0 | 14 | 11 | 246 | 112 | 102 |
| Binary | 1101000 | 11101000 | 11001011 | 110111 | 0 | 1100 | 1001 | 10100110 | 1001010 | 1000010 |
Color Harmonies of #68E8CB
Complementary color
Monochromatic Colors of #68E8CB
Black with #68E8CB
Text Example
Text Example
White with #68E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8CB; }
p { color: rgb(104,232,203); }
H1.HeaderClassName
{
color: #68E8CB;
}
.AnyTagClassName
{
color: #68E8CB;
}
</style>
background-color css
<style>
a { background-color: #68E8CB; }
a { background-color: rgb(104,232,203); }
div.DivClassName
{
background-color: #68E8CB;
}
.BgClassName
{
background-color: #68E8CB;
}
</style>
border-color css
<style>
span { border-color: #68E8CB; }
span { border-color: rgb(104,232,203); }
td.TdClassName
{
border-color: #68E8CB;
}
.TagClassName
{
border-color: #68E8CB;
}
</style>