Shades of Downy #68EEC0
Tints of Downy #68EEC0
RGB
CMYK
RGB Variations
Color information
#68EEC0 (or 0x68EEC0) is known color: Downy. HEX triplet: 68, EE and C0. RGB value is (104,238,192). Sum of RGB (Red+Green+Blue) = 104+238+192=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEC0 is #97113F. Grayscale: #C0C0C0. Windows color (decimal): -9900352 or 12643944. OLE color: 12643944.
HSL color Cylindrical-coordinate representation of color #68EEC0: hue angle of 159.4º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EEC0 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 192 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.07 |
| HSL | 159.4º | 0.8% | 0.67% | - |
| HSV(B) | 159.4º | 0.56% | 0.93% | - |
| XYZ | 45.8 | 67.9 | 60.56 | - |
| YUV | 192.69 | 127.61 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 192 | 0.56 | 0 | 0.19 | 0.07 | 159.4 | 0.8 | 0.67 |
| Hex | 68 | EE | C0 | 38 | 0 | 13 | 7 | 9F | 50 | 43 |
| Octal | 150 | 356 | 300 | 70 | 0 | 23 | 7 | 237 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11000000 | 111000 | 0 | 10011 | 111 | 10011111 | 1010000 | 1000011 |
Color Harmonies of #68EEC0
Complementary color
Monochromatic Colors of #68EEC0
Black with #68EEC0
Text Example
Text Example
White with #68EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEC0; }
p { color: rgb(104,238,192); }
H1.HeaderClassName
{
color: #68EEC0;
}
.AnyTagClassName
{
color: #68EEC0;
}
</style>
background-color css
<style>
a { background-color: #68EEC0; }
a { background-color: rgb(104,238,192); }
div.DivClassName
{
background-color: #68EEC0;
}
.BgClassName
{
background-color: #68EEC0;
}
</style>
border-color css
<style>
span { border-color: #68EEC0; }
span { border-color: rgb(104,238,192); }
td.TdClassName
{
border-color: #68EEC0;
}
.TagClassName
{
border-color: #68EEC0;
}
</style>