Shades of Downy #68C7BC
Tints of Downy #68C7BC
RGB
CMYK
RGB Variations
Color information
#68C7BC (or 0x68C7BC) is known color: Downy. HEX triplet: 68, C7 and BC. RGB value is (104,199,188). Sum of RGB (Red+Green+Blue) = 104+199+188=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #68C7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7BC is #973843. Grayscale: #A9A9A9. Windows color (decimal): -9910340 or 12371816. OLE color: 12371816.
HSL color Cylindrical-coordinate representation of color #68C7BC: hue angle of 173.05º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C7BC is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 188 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.22 |
| HSL | 173.05º | 0.46% | 0.59% | - |
| HSV(B) | 173.05º | 0.48% | 0.78% | - |
| XYZ | 35.21 | 47.42 | 54.87 | - |
| YUV | 169.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 188 | 0.48 | 0 | 0.06 | 0.22 | 173.05 | 0.46 | 0.59 |
| Hex | 68 | C7 | BC | 30 | 0 | 6 | 16 | AD | 2E | 3B |
| Octal | 150 | 307 | 274 | 60 | 0 | 6 | 26 | 255 | 56 | 73 |
| Binary | 1101000 | 11000111 | 10111100 | 110000 | 0 | 110 | 10110 | 10101101 | 101110 | 111011 |
Color Harmonies of #68C7BC
Complementary color
Monochromatic Colors of #68C7BC
Black with #68C7BC
Text Example
Text Example
White with #68C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C7BC; }
p { color: rgb(104,199,188); }
H1.HeaderClassName
{
color: #68C7BC;
}
.AnyTagClassName
{
color: #68C7BC;
}
</style>
background-color css
<style>
a { background-color: #68C7BC; }
a { background-color: rgb(104,199,188); }
div.DivClassName
{
background-color: #68C7BC;
}
.BgClassName
{
background-color: #68C7BC;
}
</style>
border-color css
<style>
span { border-color: #68C7BC; }
span { border-color: rgb(104,199,188); }
td.TdClassName
{
border-color: #68C7BC;
}
.TagClassName
{
border-color: #68C7BC;
}
</style>