Shades of Downy #68EEBC
Tints of Downy #68EEBC
RGB
CMYK
RGB Variations
Color information
#68EEBC (or 0x68EEBC) is known color: Downy. HEX triplet: 68, EE and BC. RGB value is (104,238,188). Sum of RGB (Red+Green+Blue) = 104+238+188=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEBC is #971143. Grayscale: #C0C0C0. Windows color (decimal): -9900356 or 12381800. OLE color: 12381800.
HSL color Cylindrical-coordinate representation of color #68EEBC: hue angle of 157.61º 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 #68EEBC is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 188 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.07 |
| HSL | 157.61º | 0.8% | 0.67% | - |
| HSV(B) | 157.61º | 0.56% | 0.93% | - |
| XYZ | 45.36 | 67.72 | 58.26 | - |
| YUV | 192.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 188 | 0.56 | 0 | 0.21 | 0.07 | 157.61 | 0.8 | 0.67 |
| Hex | 68 | EE | BC | 38 | 0 | 15 | 7 | 9E | 50 | 43 |
| Octal | 150 | 356 | 274 | 70 | 0 | 25 | 7 | 236 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10111100 | 111000 | 0 | 10101 | 111 | 10011110 | 1010000 | 1000011 |
Color Harmonies of #68EEBC
Complementary color
Monochromatic Colors of #68EEBC
Black with #68EEBC
Text Example
Text Example
White with #68EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEBC; }
p { color: rgb(104,238,188); }
H1.HeaderClassName
{
color: #68EEBC;
}
.AnyTagClassName
{
color: #68EEBC;
}
</style>
background-color css
<style>
a { background-color: #68EEBC; }
a { background-color: rgb(104,238,188); }
div.DivClassName
{
background-color: #68EEBC;
}
.BgClassName
{
background-color: #68EEBC;
}
</style>
border-color css
<style>
span { border-color: #68EEBC; }
span { border-color: rgb(104,238,188); }
td.TdClassName
{
border-color: #68EEBC;
}
.TagClassName
{
border-color: #68EEBC;
}
</style>