Shades of Downy #68EAD3
Tints of Downy #68EAD3
RGB
CMYK
RGB Variations
Color information
#68EAD3 (or 0x68EAD3) is known color: Downy. HEX triplet: 68, EA and D3. RGB value is (104,234,211). Sum of RGB (Red+Green+Blue) = 104+234+211=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD3 is #97152C. Grayscale: #C0C0C0. Windows color (decimal): -9901357 or 13888104. OLE color: 13888104.
HSL color Cylindrical-coordinate representation of color #68EAD3: hue angle of 169.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 #68EAD3 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 211 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.08 |
| HSL | 169.38º | 0.76% | 0.66% | - |
| HSV(B) | 169.38º | 0.56% | 0.92% | - |
| XYZ | 46.89 | 66.49 | 71.99 | - |
| YUV | 192.51 | 138.43 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 211 | 0.56 | 0 | 0.10 | 0.08 | 169.38 | 0.76 | 0.66 |
| Hex | 68 | EA | D3 | 38 | 0 | A | 8 | A9 | 4C | 42 |
| Octal | 150 | 352 | 323 | 70 | 0 | 12 | 10 | 251 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11010011 | 111000 | 0 | 1010 | 1000 | 10101001 | 1001100 | 1000010 |
Color Harmonies of #68EAD3
Complementary color
Monochromatic Colors of #68EAD3
Black with #68EAD3
Text Example
Text Example
White with #68EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAD3; }
p { color: rgb(104,234,211); }
H1.HeaderClassName
{
color: #68EAD3;
}
.AnyTagClassName
{
color: #68EAD3;
}
</style>
background-color css
<style>
a { background-color: #68EAD3; }
a { background-color: rgb(104,234,211); }
div.DivClassName
{
background-color: #68EAD3;
}
.BgClassName
{
background-color: #68EAD3;
}
</style>
border-color css
<style>
span { border-color: #68EAD3; }
span { border-color: rgb(104,234,211); }
td.TdClassName
{
border-color: #68EAD3;
}
.TagClassName
{
border-color: #68EAD3;
}
</style>