Shades of Downy #68EEBF
Tints of Downy #68EEBF
RGB
CMYK
RGB Variations
Color information
#68EEBF (or 0x68EEBF) is known color: Downy. HEX triplet: 68, EE and BF. RGB value is (104,238,191). Sum of RGB (Red+Green+Blue) = 104+238+191=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEBF is #971140. Grayscale: #C0C0C0. Windows color (decimal): -9900353 or 12578408. OLE color: 12578408.
HSL color Cylindrical-coordinate representation of color #68EEBF: hue angle of 158.96º 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 #68EEBF is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 191 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.07 |
| HSL | 158.96º | 0.8% | 0.67% | - |
| HSV(B) | 158.96º | 0.56% | 0.93% | - |
| XYZ | 45.69 | 67.85 | 59.98 | - |
| YUV | 192.58 | 127.11 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 191 | 0.56 | 0 | 0.20 | 0.07 | 158.96 | 0.8 | 0.67 |
| Hex | 68 | EE | BF | 38 | 0 | 14 | 7 | 9F | 50 | 43 |
| Octal | 150 | 356 | 277 | 70 | 0 | 24 | 7 | 237 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10111111 | 111000 | 0 | 10100 | 111 | 10011111 | 1010000 | 1000011 |
Color Harmonies of #68EEBF
Complementary color
Monochromatic Colors of #68EEBF
Black with #68EEBF
Text Example
Text Example
White with #68EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEBF; }
p { color: rgb(104,238,191); }
H1.HeaderClassName
{
color: #68EEBF;
}
.AnyTagClassName
{
color: #68EEBF;
}
</style>
background-color css
<style>
a { background-color: #68EEBF; }
a { background-color: rgb(104,238,191); }
div.DivClassName
{
background-color: #68EEBF;
}
.BgClassName
{
background-color: #68EEBF;
}
</style>
border-color css
<style>
span { border-color: #68EEBF; }
span { border-color: rgb(104,238,191); }
td.TdClassName
{
border-color: #68EEBF;
}
.TagClassName
{
border-color: #68EEBF;
}
</style>