Shades of Downy #68EEBA
Tints of Downy #68EEBA
RGB
CMYK
RGB Variations
Color information
#68EEBA (or 0x68EEBA) is known color: Downy. HEX triplet: 68, EE and BA. RGB value is (104,238,186). Sum of RGB (Red+Green+Blue) = 104+238+186=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEBA is #971145. Grayscale: #C0C0C0. Windows color (decimal): -9900358 or 12250728. OLE color: 12250728.
HSL color Cylindrical-coordinate representation of color #68EEBA: hue angle of 156.72º 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 #68EEBA is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 186 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.07 |
| HSL | 156.72º | 0.8% | 0.67% | - |
| HSV(B) | 156.72º | 0.56% | 0.93% | - |
| XYZ | 45.15 | 67.64 | 57.13 | - |
| YUV | 192.01 | 124.61 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 186 | 0.56 | 0 | 0.22 | 0.07 | 156.72 | 0.8 | 0.67 |
| Hex | 68 | EE | BA | 38 | 0 | 16 | 7 | 9D | 50 | 43 |
| Octal | 150 | 356 | 272 | 70 | 0 | 26 | 7 | 235 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10111010 | 111000 | 0 | 10110 | 111 | 10011101 | 1010000 | 1000011 |
Color Harmonies of #68EEBA
Complementary color
Monochromatic Colors of #68EEBA
Black with #68EEBA
Text Example
Text Example
White with #68EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEBA; }
p { color: rgb(104,238,186); }
H1.HeaderClassName
{
color: #68EEBA;
}
.AnyTagClassName
{
color: #68EEBA;
}
</style>
background-color css
<style>
a { background-color: #68EEBA; }
a { background-color: rgb(104,238,186); }
div.DivClassName
{
background-color: #68EEBA;
}
.BgClassName
{
background-color: #68EEBA;
}
</style>
border-color css
<style>
span { border-color: #68EEBA; }
span { border-color: rgb(104,238,186); }
td.TdClassName
{
border-color: #68EEBA;
}
.TagClassName
{
border-color: #68EEBA;
}
</style>