Shades of Downy #68C3BB
Tints of Downy #68C3BB
RGB
CMYK
RGB Variations
Color information
#68C3BB (or 0x68C3BB) is known color: Downy. HEX triplet: 68, C3 and BB. RGB value is (104,195,187). Sum of RGB (Red+Green+Blue) = 104+195+187=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C3BB is #973C44. Grayscale: #A6A6A6. Windows color (decimal): -9911365 or 12305256. OLE color: 12305256.
HSL color Cylindrical-coordinate representation of color #68C3BB: hue angle of 174.73º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C3BB is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 187 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.24 |
| HSL | 174.73º | 0.43% | 0.59% | - |
| HSV(B) | 174.73º | 0.47% | 0.76% | - |
| XYZ | 34.19 | 45.56 | 54.01 | - |
| YUV | 166.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 187 | 0.47 | 0 | 0.04 | 0.24 | 174.73 | 0.43 | 0.59 |
| Hex | 68 | C3 | BB | 2F | 0 | 4 | 18 | AF | 2B | 3B |
| Octal | 150 | 303 | 273 | 57 | 0 | 4 | 30 | 257 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10111011 | 101111 | 0 | 100 | 11000 | 10101111 | 101011 | 111011 |
Color Harmonies of #68C3BB
Complementary color
Monochromatic Colors of #68C3BB
Black with #68C3BB
Text Example
Text Example
White with #68C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3BB; }
p { color: rgb(104,195,187); }
H1.HeaderClassName
{
color: #68C3BB;
}
.AnyTagClassName
{
color: #68C3BB;
}
</style>
background-color css
<style>
a { background-color: #68C3BB; }
a { background-color: rgb(104,195,187); }
div.DivClassName
{
background-color: #68C3BB;
}
.BgClassName
{
background-color: #68C3BB;
}
</style>
border-color css
<style>
span { border-color: #68C3BB; }
span { border-color: rgb(104,195,187); }
td.TdClassName
{
border-color: #68C3BB;
}
.TagClassName
{
border-color: #68C3BB;
}
</style>