Shades of Downy #68EAC2
Tints of Downy #68EAC2
RGB
CMYK
RGB Variations
Color information
#68EAC2 (or 0x68EAC2) is known color: Downy. HEX triplet: 68, EA and C2. RGB value is (104,234,194). Sum of RGB (Red+Green+Blue) = 104+234+194=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAC2 is #97153D. Grayscale: #BEBEBE. Windows color (decimal): -9901374 or 12773992. OLE color: 12773992.
HSL color Cylindrical-coordinate representation of color #68EAC2: hue angle of 161.54º 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 #68EAC2 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 194 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.08 |
| HSL | 161.54º | 0.76% | 0.66% | - |
| HSV(B) | 161.54º | 0.56% | 0.92% | - |
| XYZ | 44.87 | 65.68 | 61.35 | - |
| YUV | 190.57 | 129.93 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 194 | 0.56 | 0 | 0.17 | 0.08 | 161.54 | 0.76 | 0.66 |
| Hex | 68 | EA | C2 | 38 | 0 | 11 | 8 | A2 | 4C | 42 |
| Octal | 150 | 352 | 302 | 70 | 0 | 21 | 10 | 242 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11000010 | 111000 | 0 | 10001 | 1000 | 10100010 | 1001100 | 1000010 |
Color Harmonies of #68EAC2
Complementary color
Monochromatic Colors of #68EAC2
Black with #68EAC2
Text Example
Text Example
White with #68EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAC2; }
p { color: rgb(104,234,194); }
H1.HeaderClassName
{
color: #68EAC2;
}
.AnyTagClassName
{
color: #68EAC2;
}
</style>
background-color css
<style>
a { background-color: #68EAC2; }
a { background-color: rgb(104,234,194); }
div.DivClassName
{
background-color: #68EAC2;
}
.BgClassName
{
background-color: #68EAC2;
}
</style>
border-color css
<style>
span { border-color: #68EAC2; }
span { border-color: rgb(104,234,194); }
td.TdClassName
{
border-color: #68EAC2;
}
.TagClassName
{
border-color: #68EAC2;
}
</style>