Shades of Downy #68C1BD
Tints of Downy #68C1BD
RGB
CMYK
RGB Variations
Color information
#68C1BD (or 0x68C1BD) is known color: Downy. HEX triplet: 68, C1 and BD. RGB value is (104,193,189). Sum of RGB (Red+Green+Blue) = 104+193+189=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1BD is #973E42. Grayscale: #A5A5A5. Windows color (decimal): -9911875 or 12435816. OLE color: 12435816.
HSL color Cylindrical-coordinate representation of color #68C1BD: hue angle of 177.3º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C1BD is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 189 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.24 |
| HSL | 177.3º | 0.42% | 0.58% | - |
| HSV(B) | 177.3º | 0.46% | 0.76% | - |
| XYZ | 33.96 | 44.76 | 54.99 | - |
| YUV | 165.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 189 | 0.46 | 0 | 0.02 | 0.24 | 177.3 | 0.42 | 0.58 |
| Hex | 68 | C1 | BD | 2E | 0 | 2 | 18 | B1 | 2A | 3A |
| Octal | 150 | 301 | 275 | 56 | 0 | 2 | 30 | 261 | 52 | 72 |
| Binary | 1101000 | 11000001 | 10111101 | 101110 | 0 | 10 | 11000 | 10110001 | 101010 | 111010 |
Color Harmonies of #68C1BD
Complementary color
Monochromatic Colors of #68C1BD
Black with #68C1BD
Text Example
Text Example
White with #68C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1BD; }
p { color: rgb(104,193,189); }
H1.HeaderClassName
{
color: #68C1BD;
}
.AnyTagClassName
{
color: #68C1BD;
}
</style>
background-color css
<style>
a { background-color: #68C1BD; }
a { background-color: rgb(104,193,189); }
div.DivClassName
{
background-color: #68C1BD;
}
.BgClassName
{
background-color: #68C1BD;
}
</style>
border-color css
<style>
span { border-color: #68C1BD; }
span { border-color: rgb(104,193,189); }
td.TdClassName
{
border-color: #68C1BD;
}
.TagClassName
{
border-color: #68C1BD;
}
</style>