Shades of Downy #68EACF
Tints of Downy #68EACF
RGB
CMYK
RGB Variations
Color information
#68EACF (or 0x68EACF) is known color: Downy. HEX triplet: 68, EA and CF. RGB value is (104,234,207). Sum of RGB (Red+Green+Blue) = 104+234+207=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #68EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EACF is #971530. Grayscale: #C0C0C0. Windows color (decimal): -9901361 or 13625960. OLE color: 13625960.
HSL color Cylindrical-coordinate representation of color #68EACF: hue angle of 167.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 #68EACF is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 207 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.08 |
| HSL | 167.54º | 0.76% | 0.66% | - |
| HSV(B) | 167.54º | 0.56% | 0.92% | - |
| XYZ | 46.39 | 66.29 | 69.38 | - |
| YUV | 192.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 207 | 0.56 | 0 | 0.12 | 0.08 | 167.54 | 0.76 | 0.66 |
| Hex | 68 | EA | CF | 38 | 0 | C | 8 | A8 | 4C | 42 |
| Octal | 150 | 352 | 317 | 70 | 0 | 14 | 10 | 250 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11001111 | 111000 | 0 | 1100 | 1000 | 10101000 | 1001100 | 1000010 |
Color Harmonies of #68EACF
Complementary color
Monochromatic Colors of #68EACF
Black with #68EACF
Text Example
Text Example
White with #68EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EACF; }
p { color: rgb(104,234,207); }
H1.HeaderClassName
{
color: #68EACF;
}
.AnyTagClassName
{
color: #68EACF;
}
</style>
background-color css
<style>
a { background-color: #68EACF; }
a { background-color: rgb(104,234,207); }
div.DivClassName
{
background-color: #68EACF;
}
.BgClassName
{
background-color: #68EACF;
}
</style>
border-color css
<style>
span { border-color: #68EACF; }
span { border-color: rgb(104,234,207); }
td.TdClassName
{
border-color: #68EACF;
}
.TagClassName
{
border-color: #68EACF;
}
</style>