Shades of Downy #68EEBD
Tints of Downy #68EEBD
RGB
CMYK
RGB Variations
Color information
#68EEBD (or 0x68EEBD) is known color: Downy. HEX triplet: 68, EE and BD. RGB value is (104,238,189). Sum of RGB (Red+Green+Blue) = 104+238+189=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEBD is #971142. Grayscale: #C0C0C0. Windows color (decimal): -9900355 or 12447336. OLE color: 12447336.
HSL color Cylindrical-coordinate representation of color #68EEBD: hue angle of 158.06º degrees, saturation: 0.8, 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 #68EEBD is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 189 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.07 |
| HSL | 158.06º | 0.8% | 0.67% | - |
| HSV(B) | 158.06º | 0.56% | 0.93% | - |
| XYZ | 45.47 | 67.77 | 58.83 | - |
| YUV | 192.35 | 126.11 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 189 | 0.56 | 0 | 0.21 | 0.07 | 158.06 | 0.8 | 0.67 |
| Hex | 68 | EE | BD | 38 | 0 | 15 | 7 | 9E | 50 | 43 |
| Octal | 150 | 356 | 275 | 70 | 0 | 25 | 7 | 236 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10111101 | 111000 | 0 | 10101 | 111 | 10011110 | 1010000 | 1000011 |
Color Harmonies of #68EEBD
Complementary color
Monochromatic Colors of #68EEBD
Black with #68EEBD
Text Example
Text Example
White with #68EEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEBD; }
p { color: rgb(104,238,189); }
H1.HeaderClassName
{
color: #68EEBD;
}
.AnyTagClassName
{
color: #68EEBD;
}
</style>
background-color css
<style>
a { background-color: #68EEBD; }
a { background-color: rgb(104,238,189); }
div.DivClassName
{
background-color: #68EEBD;
}
.BgClassName
{
background-color: #68EEBD;
}
</style>
border-color css
<style>
span { border-color: #68EEBD; }
span { border-color: rgb(104,238,189); }
td.TdClassName
{
border-color: #68EEBD;
}
.TagClassName
{
border-color: #68EEBD;
}
</style>