Shades of Downy #68E5BA
Tints of Downy #68E5BA
RGB
CMYK
RGB Variations
Color information
#68E5BA (or 0x68E5BA) is known color: Downy. HEX triplet: 68, E5 and BA. RGB value is (104,229,186). Sum of RGB (Red+Green+Blue) = 104+229+186=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5BA is #971A45. Grayscale: #BABABA. Windows color (decimal): -9902662 or 12248424. OLE color: 12248424.
HSL color Cylindrical-coordinate representation of color #68E5BA: hue angle of 159.36º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5BA is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 229 | 186 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.10 |
| HSL | 159.36º | 0.71% | 0.65% | - |
| HSV(B) | 159.36º | 0.55% | 0.9% | - |
| XYZ | 42.59 | 62.53 | 56.28 | - |
| YUV | 186.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 229 | 186 | 0.55 | 0 | 0.19 | 0.10 | 159.36 | 0.71 | 0.65 |
| Hex | 68 | E5 | BA | 37 | 0 | 13 | A | 9F | 47 | 41 |
| Octal | 150 | 345 | 272 | 67 | 0 | 23 | 12 | 237 | 107 | 101 |
| Binary | 1101000 | 11100101 | 10111010 | 110111 | 0 | 10011 | 1010 | 10011111 | 1000111 | 1000001 |
Color Harmonies of #68E5BA
Complementary color
Monochromatic Colors of #68E5BA
Black with #68E5BA
Text Example
Text Example
White with #68E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E5BA; }
p { color: rgb(104,229,186); }
H1.HeaderClassName
{
color: #68E5BA;
}
.AnyTagClassName
{
color: #68E5BA;
}
</style>
background-color css
<style>
a { background-color: #68E5BA; }
a { background-color: rgb(104,229,186); }
div.DivClassName
{
background-color: #68E5BA;
}
.BgClassName
{
background-color: #68E5BA;
}
</style>
border-color css
<style>
span { border-color: #68E5BA; }
span { border-color: rgb(104,229,186); }
td.TdClassName
{
border-color: #68E5BA;
}
.TagClassName
{
border-color: #68E5BA;
}
</style>