Shades of Downy #68E6B6
Tints of Downy #68E6B6
RGB
CMYK
RGB Variations
Color information
#68E6B6 (or 0x68E6B6) is known color: Downy. HEX triplet: 68, E6 and B6. RGB value is (104,230,182). Sum of RGB (Red+Green+Blue) = 104+230+182=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6B6 is #971949. Grayscale: #BABABA. Windows color (decimal): -9902410 or 11986536. OLE color: 11986536.
HSL color Cylindrical-coordinate representation of color #68E6B6: hue angle of 157.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6B6 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 182 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.10 |
| HSL | 157.14º | 0.72% | 0.65% | - |
| HSV(B) | 157.14º | 0.55% | 0.9% | - |
| XYZ | 42.45 | 62.91 | 54.16 | - |
| YUV | 186.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 182 | 0.55 | 0 | 0.21 | 0.10 | 157.14 | 0.72 | 0.65 |
| Hex | 68 | E6 | B6 | 37 | 0 | 15 | A | 9D | 48 | 41 |
| Octal | 150 | 346 | 266 | 67 | 0 | 25 | 12 | 235 | 110 | 101 |
| Binary | 1101000 | 11100110 | 10110110 | 110111 | 0 | 10101 | 1010 | 10011101 | 1001000 | 1000001 |
Color Harmonies of #68E6B6
Complementary color
Monochromatic Colors of #68E6B6
Black with #68E6B6
Text Example
Text Example
White with #68E6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E6B6; }
p { color: rgb(104,230,182); }
H1.HeaderClassName
{
color: #68E6B6;
}
.AnyTagClassName
{
color: #68E6B6;
}
</style>
background-color css
<style>
a { background-color: #68E6B6; }
a { background-color: rgb(104,230,182); }
div.DivClassName
{
background-color: #68E6B6;
}
.BgClassName
{
background-color: #68E6B6;
}
</style>
border-color css
<style>
span { border-color: #68E6B6; }
span { border-color: rgb(104,230,182); }
td.TdClassName
{
border-color: #68E6B6;
}
.TagClassName
{
border-color: #68E6B6;
}
</style>