Shades of Downy #68ECC3
Tints of Downy #68ECC3
RGB
CMYK
RGB Variations
Color information
#68ECC3 (or 0x68ECC3) is known color: Downy. HEX triplet: 68, EC and C3. RGB value is (104,236,195). Sum of RGB (Red+Green+Blue) = 104+236+195=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECC3 is #97133C. Grayscale: #BFBFBF. Windows color (decimal): -9900861 or 12840040. OLE color: 12840040.
HSL color Cylindrical-coordinate representation of color #68ECC3: hue angle of 161.36º degrees, saturation: 0.78, 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 #68ECC3 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 195 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.07 |
| HSL | 161.36º | 0.78% | 0.67% | - |
| HSV(B) | 161.36º | 0.56% | 0.93% | - |
| XYZ | 45.55 | 66.87 | 62.14 | - |
| YUV | 191.86 | 129.77 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 195 | 0.56 | 0 | 0.17 | 0.07 | 161.36 | 0.78 | 0.67 |
| Hex | 68 | EC | C3 | 38 | 0 | 11 | 7 | A1 | 4E | 43 |
| Octal | 150 | 354 | 303 | 70 | 0 | 21 | 7 | 241 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11000011 | 111000 | 0 | 10001 | 111 | 10100001 | 1001110 | 1000011 |
Color Harmonies of #68ECC3
Complementary color
Monochromatic Colors of #68ECC3
Black with #68ECC3
Text Example
Text Example
White with #68ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECC3; }
p { color: rgb(104,236,195); }
H1.HeaderClassName
{
color: #68ECC3;
}
.AnyTagClassName
{
color: #68ECC3;
}
</style>
background-color css
<style>
a { background-color: #68ECC3; }
a { background-color: rgb(104,236,195); }
div.DivClassName
{
background-color: #68ECC3;
}
.BgClassName
{
background-color: #68ECC3;
}
</style>
border-color css
<style>
span { border-color: #68ECC3; }
span { border-color: rgb(104,236,195); }
td.TdClassName
{
border-color: #68ECC3;
}
.TagClassName
{
border-color: #68ECC3;
}
</style>