Shades of Downy #68EDBE
Tints of Downy #68EDBE
RGB
CMYK
RGB Variations
Color information
#68EDBE (or 0x68EDBE) is known color: Downy. HEX triplet: 68, ED and BE. RGB value is (104,237,190). Sum of RGB (Red+Green+Blue) = 104+237+190=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDBE is #971241. Grayscale: #BFBFBF. Windows color (decimal): -9900610 or 12512616. OLE color: 12512616.
HSL color Cylindrical-coordinate representation of color #68EDBE: hue angle of 158.8º 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 #68EDBE is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 190 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.07 |
| HSL | 158.8º | 0.79% | 0.67% | - |
| HSV(B) | 158.8º | 0.56% | 0.93% | - |
| XYZ | 45.29 | 67.23 | 59.3 | - |
| YUV | 191.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 190 | 0.56 | 0 | 0.20 | 0.07 | 158.8 | 0.79 | 0.67 |
| Hex | 68 | ED | BE | 38 | 0 | 14 | 7 | 9F | 4F | 43 |
| Octal | 150 | 355 | 276 | 70 | 0 | 24 | 7 | 237 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10111110 | 111000 | 0 | 10100 | 111 | 10011111 | 1001111 | 1000011 |
Color Harmonies of #68EDBE
Complementary color
Monochromatic Colors of #68EDBE
Black with #68EDBE
Text Example
Text Example
White with #68EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDBE; }
p { color: rgb(104,237,190); }
H1.HeaderClassName
{
color: #68EDBE;
}
.AnyTagClassName
{
color: #68EDBE;
}
</style>
background-color css
<style>
a { background-color: #68EDBE; }
a { background-color: rgb(104,237,190); }
div.DivClassName
{
background-color: #68EDBE;
}
.BgClassName
{
background-color: #68EDBE;
}
</style>
border-color css
<style>
span { border-color: #68EDBE; }
span { border-color: rgb(104,237,190); }
td.TdClassName
{
border-color: #68EDBE;
}
.TagClassName
{
border-color: #68EDBE;
}
</style>