Shades of Downy #68EDC4
Tints of Downy #68EDC4
RGB
CMYK
RGB Variations
Color information
#68EDC4 (or 0x68EDC4) is known color: Downy. HEX triplet: 68, ED and C4. RGB value is (104,237,196). Sum of RGB (Red+Green+Blue) = 104+237+196=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDC4 is #97123B. Grayscale: #C0C0C0. Windows color (decimal): -9900604 or 12905832. OLE color: 12905832.
HSL color Cylindrical-coordinate representation of color #68EDC4: hue angle of 161.5º degrees, saturation: 0.79, 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 #68EDC4 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 196 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.07 |
| HSL | 161.5º | 0.79% | 0.67% | - |
| HSV(B) | 161.5º | 0.56% | 0.93% | - |
| XYZ | 45.96 | 67.5 | 62.83 | - |
| YUV | 192.56 | 129.94 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 196 | 0.56 | 0 | 0.17 | 0.07 | 161.5 | 0.79 | 0.67 |
| Hex | 68 | ED | C4 | 38 | 0 | 11 | 7 | A2 | 4F | 43 |
| Octal | 150 | 355 | 304 | 70 | 0 | 21 | 7 | 242 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11000100 | 111000 | 0 | 10001 | 111 | 10100010 | 1001111 | 1000011 |
Color Harmonies of #68EDC4
Complementary color
Monochromatic Colors of #68EDC4
Black with #68EDC4
Text Example
Text Example
White with #68EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDC4; }
p { color: rgb(104,237,196); }
H1.HeaderClassName
{
color: #68EDC4;
}
.AnyTagClassName
{
color: #68EDC4;
}
</style>
background-color css
<style>
a { background-color: #68EDC4; }
a { background-color: rgb(104,237,196); }
div.DivClassName
{
background-color: #68EDC4;
}
.BgClassName
{
background-color: #68EDC4;
}
</style>
border-color css
<style>
span { border-color: #68EDC4; }
span { border-color: rgb(104,237,196); }
td.TdClassName
{
border-color: #68EDC4;
}
.TagClassName
{
border-color: #68EDC4;
}
</style>