Shades of Downy #68E1D3
Tints of Downy #68E1D3
RGB
CMYK
RGB Variations
Color information
#68E1D3 (or 0x68E1D3) is known color: Downy. HEX triplet: 68, E1 and D3. RGB value is (104,225,211). Sum of RGB (Red+Green+Blue) = 104+225+211=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1D3 is #971E2C. Grayscale: #BBBBBB. Windows color (decimal): -9903661 or 13885800. OLE color: 13885800.
HSL color Cylindrical-coordinate representation of color #68E1D3: hue angle of 173.06º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1D3 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 211 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.12 |
| HSL | 173.06º | 0.67% | 0.65% | - |
| HSV(B) | 173.06º | 0.54% | 0.88% | - |
| XYZ | 44.39 | 61.5 | 71.16 | - |
| YUV | 187.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 211 | 0.54 | 0 | 0.06 | 0.12 | 173.06 | 0.67 | 0.65 |
| Hex | 68 | E1 | D3 | 36 | 0 | 6 | C | AD | 43 | 41 |
| Octal | 150 | 341 | 323 | 66 | 0 | 6 | 14 | 255 | 103 | 101 |
| Binary | 1101000 | 11100001 | 11010011 | 110110 | 0 | 110 | 1100 | 10101101 | 1000011 | 1000001 |
Color Harmonies of #68E1D3
Complementary color
Monochromatic Colors of #68E1D3
Black with #68E1D3
Text Example
Text Example
White with #68E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E1D3; }
p { color: rgb(104,225,211); }
H1.HeaderClassName
{
color: #68E1D3;
}
.AnyTagClassName
{
color: #68E1D3;
}
</style>
background-color css
<style>
a { background-color: #68E1D3; }
a { background-color: rgb(104,225,211); }
div.DivClassName
{
background-color: #68E1D3;
}
.BgClassName
{
background-color: #68E1D3;
}
</style>
border-color css
<style>
span { border-color: #68E1D3; }
span { border-color: rgb(104,225,211); }
td.TdClassName
{
border-color: #68E1D3;
}
.TagClassName
{
border-color: #68E1D3;
}
</style>