Shades of Downy #68E8C9
Tints of Downy #68E8C9
RGB
CMYK
RGB Variations
Color information
#68E8C9 (or 0x68E8C9) is known color: Downy. HEX triplet: 68, E8 and C9. RGB value is (104,232,201). Sum of RGB (Red+Green+Blue) = 104+232+201=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8C9 is #971736. Grayscale: #BEBEBE. Windows color (decimal): -9901879 or 13232232. OLE color: 13232232.
HSL color Cylindrical-coordinate representation of color #68E8C9: hue angle of 165.47º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8C9 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 201 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.09 |
| HSL | 165.47º | 0.74% | 0.66% | - |
| HSV(B) | 165.47º | 0.55% | 0.91% | - |
| XYZ | 45.11 | 64.87 | 65.4 | - |
| YUV | 190.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 201 | 0.55 | 0 | 0.13 | 0.09 | 165.47 | 0.74 | 0.66 |
| Hex | 68 | E8 | C9 | 37 | 0 | D | 9 | A5 | 4A | 42 |
| Octal | 150 | 350 | 311 | 67 | 0 | 15 | 11 | 245 | 112 | 102 |
| Binary | 1101000 | 11101000 | 11001001 | 110111 | 0 | 1101 | 1001 | 10100101 | 1001010 | 1000010 |
Color Harmonies of #68E8C9
Complementary color
Monochromatic Colors of #68E8C9
Black with #68E8C9
Text Example
Text Example
White with #68E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8C9; }
p { color: rgb(104,232,201); }
H1.HeaderClassName
{
color: #68E8C9;
}
.AnyTagClassName
{
color: #68E8C9;
}
</style>
background-color css
<style>
a { background-color: #68E8C9; }
a { background-color: rgb(104,232,201); }
div.DivClassName
{
background-color: #68E8C9;
}
.BgClassName
{
background-color: #68E8C9;
}
</style>
border-color css
<style>
span { border-color: #68E8C9; }
span { border-color: rgb(104,232,201); }
td.TdClassName
{
border-color: #68E8C9;
}
.TagClassName
{
border-color: #68E8C9;
}
</style>