Shades of Downy #68CEBC
Tints of Downy #68CEBC
RGB
CMYK
RGB Variations
Color information
#68CEBC (or 0x68CEBC) is known color: Downy. HEX triplet: 68, CE and BC. RGB value is (104,206,188). Sum of RGB (Red+Green+Blue) = 104+206+188=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEBC is #973143. Grayscale: #ADADAD. Windows color (decimal): -9908548 or 12373608. OLE color: 12373608.
HSL color Cylindrical-coordinate representation of color #68CEBC: hue angle of 169.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEBC is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 188 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.19 |
| HSL | 169.41º | 0.51% | 0.61% | - |
| HSV(B) | 169.41º | 0.5% | 0.81% | - |
| XYZ | 36.86 | 50.72 | 55.42 | - |
| YUV | 173.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 188 | 0.50 | 0 | 0.09 | 0.19 | 169.41 | 0.51 | 0.61 |
| Hex | 68 | CE | BC | 32 | 0 | 9 | 13 | A9 | 33 | 3D |
| Octal | 150 | 316 | 274 | 62 | 0 | 11 | 23 | 251 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10111100 | 110010 | 0 | 1001 | 10011 | 10101001 | 110011 | 111101 |
Color Harmonies of #68CEBC
Complementary color
Monochromatic Colors of #68CEBC
Black with #68CEBC
Text Example
Text Example
White with #68CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEBC; }
p { color: rgb(104,206,188); }
H1.HeaderClassName
{
color: #68CEBC;
}
.AnyTagClassName
{
color: #68CEBC;
}
</style>
background-color css
<style>
a { background-color: #68CEBC; }
a { background-color: rgb(104,206,188); }
div.DivClassName
{
background-color: #68CEBC;
}
.BgClassName
{
background-color: #68CEBC;
}
</style>
border-color css
<style>
span { border-color: #68CEBC; }
span { border-color: rgb(104,206,188); }
td.TdClassName
{
border-color: #68CEBC;
}
.TagClassName
{
border-color: #68CEBC;
}
</style>