Shades of Downy #68EDBD
Tints of Downy #68EDBD
RGB
CMYK
RGB Variations
Color information
#68EDBD (or 0x68EDBD) is known color: Downy. HEX triplet: 68, ED and BD. RGB value is (104,237,189). Sum of RGB (Red+Green+Blue) = 104+237+189=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDBD is #971242. Grayscale: #BFBFBF. Windows color (decimal): -9900611 or 12447080. OLE color: 12447080.
HSL color Cylindrical-coordinate representation of color #68EDBD: hue angle of 158.35º 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 #68EDBD is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 189 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.07 |
| HSL | 158.35º | 0.79% | 0.67% | - |
| HSV(B) | 158.35º | 0.56% | 0.93% | - |
| XYZ | 45.18 | 67.19 | 58.73 | - |
| YUV | 191.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 189 | 0.56 | 0 | 0.20 | 0.07 | 158.35 | 0.79 | 0.67 |
| Hex | 68 | ED | BD | 38 | 0 | 14 | 7 | 9E | 4F | 43 |
| Octal | 150 | 355 | 275 | 70 | 0 | 24 | 7 | 236 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10111101 | 111000 | 0 | 10100 | 111 | 10011110 | 1001111 | 1000011 |
Color Harmonies of #68EDBD
Complementary color
Monochromatic Colors of #68EDBD
Black with #68EDBD
Text Example
Text Example
White with #68EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDBD; }
p { color: rgb(104,237,189); }
H1.HeaderClassName
{
color: #68EDBD;
}
.AnyTagClassName
{
color: #68EDBD;
}
</style>
background-color css
<style>
a { background-color: #68EDBD; }
a { background-color: rgb(104,237,189); }
div.DivClassName
{
background-color: #68EDBD;
}
.BgClassName
{
background-color: #68EDBD;
}
</style>
border-color css
<style>
span { border-color: #68EDBD; }
span { border-color: rgb(104,237,189); }
td.TdClassName
{
border-color: #68EDBD;
}
.TagClassName
{
border-color: #68EDBD;
}
</style>