Shades of Downy #68EAC6
Tints of Downy #68EAC6
RGB
CMYK
RGB Variations
Color information
#68EAC6 (or 0x68EAC6) is known color: Downy. HEX triplet: 68, EA and C6. RGB value is (104,234,198). Sum of RGB (Red+Green+Blue) = 104+234+198=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAC6 is #971539. Grayscale: #BFBFBF. Windows color (decimal): -9901370 or 13036136. OLE color: 13036136.
HSL color Cylindrical-coordinate representation of color #68EAC6: hue angle of 163.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EAC6 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 198 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.08 |
| HSL | 163.38º | 0.76% | 0.66% | - |
| HSV(B) | 163.38º | 0.56% | 0.92% | - |
| XYZ | 45.32 | 65.87 | 63.75 | - |
| YUV | 191.03 | 131.93 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 198 | 0.56 | 0 | 0.15 | 0.08 | 163.38 | 0.76 | 0.66 |
| Hex | 68 | EA | C6 | 38 | 0 | F | 8 | A3 | 4C | 42 |
| Octal | 150 | 352 | 306 | 70 | 0 | 17 | 10 | 243 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11000110 | 111000 | 0 | 1111 | 1000 | 10100011 | 1001100 | 1000010 |
Color Harmonies of #68EAC6
Complementary color
Monochromatic Colors of #68EAC6
Black with #68EAC6
Text Example
Text Example
White with #68EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAC6; }
p { color: rgb(104,234,198); }
H1.HeaderClassName
{
color: #68EAC6;
}
.AnyTagClassName
{
color: #68EAC6;
}
</style>
background-color css
<style>
a { background-color: #68EAC6; }
a { background-color: rgb(104,234,198); }
div.DivClassName
{
background-color: #68EAC6;
}
.BgClassName
{
background-color: #68EAC6;
}
</style>
border-color css
<style>
span { border-color: #68EAC6; }
span { border-color: rgb(104,234,198); }
td.TdClassName
{
border-color: #68EAC6;
}
.TagClassName
{
border-color: #68EAC6;
}
</style>