Shades of Downy #68CABB
Tints of Downy #68CABB
RGB
CMYK
RGB Variations
Color information
#68CABB (or 0x68CABB) is known color: Downy. HEX triplet: 68, CA and BB. RGB value is (104,202,187). Sum of RGB (Red+Green+Blue) = 104+202+187=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #68CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CABB is #973544. Grayscale: #AAAAAA. Windows color (decimal): -9909573 or 12307048. OLE color: 12307048.
HSL color Cylindrical-coordinate representation of color #68CABB: hue angle of 170.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CABB is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 187 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.21 |
| HSL | 170.82º | 0.48% | 0.6% | - |
| HSV(B) | 170.82º | 0.49% | 0.79% | - |
| XYZ | 35.8 | 48.77 | 54.54 | - |
| YUV | 170.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 187 | 0.49 | 0 | 0.07 | 0.21 | 170.82 | 0.48 | 0.6 |
| Hex | 68 | CA | BB | 31 | 0 | 7 | 15 | AB | 30 | 3C |
| Octal | 150 | 312 | 273 | 61 | 0 | 7 | 25 | 253 | 60 | 74 |
| Binary | 1101000 | 11001010 | 10111011 | 110001 | 0 | 111 | 10101 | 10101011 | 110000 | 111100 |
Color Harmonies of #68CABB
Complementary color
Monochromatic Colors of #68CABB
Black with #68CABB
Text Example
Text Example
White with #68CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CABB; }
p { color: rgb(104,202,187); }
H1.HeaderClassName
{
color: #68CABB;
}
.AnyTagClassName
{
color: #68CABB;
}
</style>
background-color css
<style>
a { background-color: #68CABB; }
a { background-color: rgb(104,202,187); }
div.DivClassName
{
background-color: #68CABB;
}
.BgClassName
{
background-color: #68CABB;
}
</style>
border-color css
<style>
span { border-color: #68CABB; }
span { border-color: rgb(104,202,187); }
td.TdClassName
{
border-color: #68CABB;
}
.TagClassName
{
border-color: #68CABB;
}
</style>