Shades of Downy #68CAB9
Tints of Downy #68CAB9
RGB
CMYK
RGB Variations
Color information
#68CAB9 (or 0x68CAB9) is known color: Downy. HEX triplet: 68, CA and B9. RGB value is (104,202,185). Sum of RGB (Red+Green+Blue) = 104+202+185=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAB9 is #973546. Grayscale: #AAAAAA. Windows color (decimal): -9909575 or 12175976. OLE color: 12175976.
HSL color Cylindrical-coordinate representation of color #68CAB9: hue angle of 169.59º 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 #68CAB9 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 185 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.21 |
| HSL | 169.59º | 0.48% | 0.6% | - |
| HSV(B) | 169.59º | 0.49% | 0.79% | - |
| XYZ | 35.59 | 48.69 | 53.42 | - |
| YUV | 170.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 185 | 0.49 | 0 | 0.08 | 0.21 | 169.59 | 0.48 | 0.6 |
| Hex | 68 | CA | B9 | 31 | 0 | 8 | 15 | AA | 30 | 3C |
| Octal | 150 | 312 | 271 | 61 | 0 | 10 | 25 | 252 | 60 | 74 |
| Binary | 1101000 | 11001010 | 10111001 | 110001 | 0 | 1000 | 10101 | 10101010 | 110000 | 111100 |
Color Harmonies of #68CAB9
Complementary color
Monochromatic Colors of #68CAB9
Black with #68CAB9
Text Example
Text Example
White with #68CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAB9; }
p { color: rgb(104,202,185); }
H1.HeaderClassName
{
color: #68CAB9;
}
.AnyTagClassName
{
color: #68CAB9;
}
</style>
background-color css
<style>
a { background-color: #68CAB9; }
a { background-color: rgb(104,202,185); }
div.DivClassName
{
background-color: #68CAB9;
}
.BgClassName
{
background-color: #68CAB9;
}
</style>
border-color css
<style>
span { border-color: #68CAB9; }
span { border-color: rgb(104,202,185); }
td.TdClassName
{
border-color: #68CAB9;
}
.TagClassName
{
border-color: #68CAB9;
}
</style>