Shades of Downy #68EAC5
Tints of Downy #68EAC5
RGB
CMYK
RGB Variations
Color information
#68EAC5 (or 0x68EAC5) is known color: Downy. HEX triplet: 68, EA and C5. RGB value is (104,234,197). Sum of RGB (Red+Green+Blue) = 104+234+197=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAC5 is #97153A. Grayscale: #BEBEBE. Windows color (decimal): -9901371 or 12970600. OLE color: 12970600.
HSL color Cylindrical-coordinate representation of color #68EAC5: hue angle of 162.92º 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 #68EAC5 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 197 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.08 |
| HSL | 162.92º | 0.76% | 0.66% | - |
| HSV(B) | 162.92º | 0.56% | 0.92% | - |
| XYZ | 45.21 | 65.82 | 63.15 | - |
| YUV | 190.91 | 131.43 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 197 | 0.56 | 0 | 0.16 | 0.08 | 162.92 | 0.76 | 0.66 |
| Hex | 68 | EA | C5 | 38 | 0 | 10 | 8 | A3 | 4C | 42 |
| Octal | 150 | 352 | 305 | 70 | 0 | 20 | 10 | 243 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11000101 | 111000 | 0 | 10000 | 1000 | 10100011 | 1001100 | 1000010 |
Color Harmonies of #68EAC5
Complementary color
Monochromatic Colors of #68EAC5
Black with #68EAC5
Text Example
Text Example
White with #68EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAC5; }
p { color: rgb(104,234,197); }
H1.HeaderClassName
{
color: #68EAC5;
}
.AnyTagClassName
{
color: #68EAC5;
}
</style>
background-color css
<style>
a { background-color: #68EAC5; }
a { background-color: rgb(104,234,197); }
div.DivClassName
{
background-color: #68EAC5;
}
.BgClassName
{
background-color: #68EAC5;
}
</style>
border-color css
<style>
span { border-color: #68EAC5; }
span { border-color: rgb(104,234,197); }
td.TdClassName
{
border-color: #68EAC5;
}
.TagClassName
{
border-color: #68EAC5;
}
</style>