Shades of Downy #68EAC3
Tints of Downy #68EAC3
RGB
CMYK
RGB Variations
Color information
#68EAC3 (or 0x68EAC3) is known color: Downy. HEX triplet: 68, EA and C3. RGB value is (104,234,195). Sum of RGB (Red+Green+Blue) = 104+234+195=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAC3 is #97153C. Grayscale: #BEBEBE. Windows color (decimal): -9901373 or 12839528. OLE color: 12839528.
HSL color Cylindrical-coordinate representation of color #68EAC3: hue angle of 162º 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 #68EAC3 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 195 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.08 |
| HSL | 162º | 0.76% | 0.66% | - |
| HSV(B) | 162º | 0.56% | 0.92% | - |
| XYZ | 44.98 | 65.73 | 61.95 | - |
| YUV | 190.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 195 | 0.56 | 0 | 0.17 | 0.08 | 162 | 0.76 | 0.66 |
| Hex | 68 | EA | C3 | 38 | 0 | 11 | 8 | A2 | 4C | 42 |
| Octal | 150 | 352 | 303 | 70 | 0 | 21 | 10 | 242 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11000011 | 111000 | 0 | 10001 | 1000 | 10100010 | 1001100 | 1000010 |
Color Harmonies of #68EAC3
Complementary color
Monochromatic Colors of #68EAC3
Black with #68EAC3
Text Example
Text Example
White with #68EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAC3; }
p { color: rgb(104,234,195); }
H1.HeaderClassName
{
color: #68EAC3;
}
.AnyTagClassName
{
color: #68EAC3;
}
</style>
background-color css
<style>
a { background-color: #68EAC3; }
a { background-color: rgb(104,234,195); }
div.DivClassName
{
background-color: #68EAC3;
}
.BgClassName
{
background-color: #68EAC3;
}
</style>
border-color css
<style>
span { border-color: #68EAC3; }
span { border-color: rgb(104,234,195); }
td.TdClassName
{
border-color: #68EAC3;
}
.TagClassName
{
border-color: #68EAC3;
}
</style>