Shades of Downy #68E9D4
Tints of Downy #68E9D4
RGB
CMYK
RGB Variations
Color information
#68E9D4 (or 0x68E9D4) is known color: Downy. HEX triplet: 68, E9 and D4. RGB value is (104,233,212). Sum of RGB (Red+Green+Blue) = 104+233+212=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E9D4 is #97162B. Grayscale: #BFBFBF. Windows color (decimal): -9901612 or 13953384. OLE color: 13953384.
HSL color Cylindrical-coordinate representation of color #68E9D4: hue angle of 170.23º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E9D4 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 212 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.09 |
| HSL | 170.23º | 0.75% | 0.66% | - |
| HSV(B) | 170.23º | 0.55% | 0.91% | - |
| XYZ | 46.73 | 65.97 | 72.56 | - |
| YUV | 192.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 212 | 0.55 | 0 | 0.09 | 0.09 | 170.23 | 0.75 | 0.66 |
| Hex | 68 | E9 | D4 | 37 | 0 | 9 | 9 | AA | 4B | 42 |
| Octal | 150 | 351 | 324 | 67 | 0 | 11 | 11 | 252 | 113 | 102 |
| Binary | 1101000 | 11101001 | 11010100 | 110111 | 0 | 1001 | 1001 | 10101010 | 1001011 | 1000010 |
Color Harmonies of #68E9D4
Complementary color
Monochromatic Colors of #68E9D4
Black with #68E9D4
Text Example
Text Example
White with #68E9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9D4; }
p { color: rgb(104,233,212); }
H1.HeaderClassName
{
color: #68E9D4;
}
.AnyTagClassName
{
color: #68E9D4;
}
</style>
background-color css
<style>
a { background-color: #68E9D4; }
a { background-color: rgb(104,233,212); }
div.DivClassName
{
background-color: #68E9D4;
}
.BgClassName
{
background-color: #68E9D4;
}
</style>
border-color css
<style>
span { border-color: #68E9D4; }
span { border-color: rgb(104,233,212); }
td.TdClassName
{
border-color: #68E9D4;
}
.TagClassName
{
border-color: #68E9D4;
}
</style>