Shades of Downy #68EDBA
Tints of Downy #68EDBA
RGB
CMYK
RGB Variations
Color information
#68EDBA (or 0x68EDBA) is known color: Downy. HEX triplet: 68, ED and BA. RGB value is (104,237,186). Sum of RGB (Red+Green+Blue) = 104+237+186=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDBA is #971245. Grayscale: #BFBFBF. Windows color (decimal): -9900614 or 12250472. OLE color: 12250472.
HSL color Cylindrical-coordinate representation of color #68EDBA: hue angle of 156.99º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDBA is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 186 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.07 |
| HSL | 156.99º | 0.79% | 0.67% | - |
| HSV(B) | 156.99º | 0.56% | 0.93% | - |
| XYZ | 44.86 | 67.06 | 57.03 | - |
| YUV | 191.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 186 | 0.56 | 0 | 0.22 | 0.07 | 156.99 | 0.79 | 0.67 |
| Hex | 68 | ED | BA | 38 | 0 | 16 | 7 | 9D | 4F | 43 |
| Octal | 150 | 355 | 272 | 70 | 0 | 26 | 7 | 235 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10111010 | 111000 | 0 | 10110 | 111 | 10011101 | 1001111 | 1000011 |
Color Harmonies of #68EDBA
Complementary color
Monochromatic Colors of #68EDBA
Black with #68EDBA
Text Example
Text Example
White with #68EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDBA; }
p { color: rgb(104,237,186); }
H1.HeaderClassName
{
color: #68EDBA;
}
.AnyTagClassName
{
color: #68EDBA;
}
</style>
background-color css
<style>
a { background-color: #68EDBA; }
a { background-color: rgb(104,237,186); }
div.DivClassName
{
background-color: #68EDBA;
}
.BgClassName
{
background-color: #68EDBA;
}
</style>
border-color css
<style>
span { border-color: #68EDBA; }
span { border-color: rgb(104,237,186); }
td.TdClassName
{
border-color: #68EDBA;
}
.TagClassName
{
border-color: #68EDBA;
}
</style>