Shades of Downy #68EEBB
Tints of Downy #68EEBB
RGB
CMYK
RGB Variations
Color information
#68EEBB (or 0x68EEBB) is known color: Downy. HEX triplet: 68, EE and BB. RGB value is (104,238,187). Sum of RGB (Red+Green+Blue) = 104+238+187=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEBB is #971144. Grayscale: #C0C0C0. Windows color (decimal): -9900357 or 12316264. OLE color: 12316264.
HSL color Cylindrical-coordinate representation of color #68EEBB: hue angle of 157.16º 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 #68EEBB is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 187 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.07 |
| HSL | 157.16º | 0.8% | 0.67% | - |
| HSV(B) | 157.16º | 0.56% | 0.93% | - |
| XYZ | 45.25 | 67.68 | 57.69 | - |
| YUV | 192.12 | 125.11 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 187 | 0.56 | 0 | 0.21 | 0.07 | 157.16 | 0.8 | 0.67 |
| Hex | 68 | EE | BB | 38 | 0 | 15 | 7 | 9D | 50 | 43 |
| Octal | 150 | 356 | 273 | 70 | 0 | 25 | 7 | 235 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10111011 | 111000 | 0 | 10101 | 111 | 10011101 | 1010000 | 1000011 |
Color Harmonies of #68EEBB
Complementary color
Monochromatic Colors of #68EEBB
Black with #68EEBB
Text Example
Text Example
White with #68EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEBB; }
p { color: rgb(104,238,187); }
H1.HeaderClassName
{
color: #68EEBB;
}
.AnyTagClassName
{
color: #68EEBB;
}
</style>
background-color css
<style>
a { background-color: #68EEBB; }
a { background-color: rgb(104,238,187); }
div.DivClassName
{
background-color: #68EEBB;
}
.BgClassName
{
background-color: #68EEBB;
}
</style>
border-color css
<style>
span { border-color: #68EEBB; }
span { border-color: rgb(104,238,187); }
td.TdClassName
{
border-color: #68EEBB;
}
.TagClassName
{
border-color: #68EEBB;
}
</style>