Shades of Downy #68CABD
Tints of Downy #68CABD
RGB
CMYK
RGB Variations
Color information
#68CABD (or 0x68CABD) is known color: Downy. HEX triplet: 68, CA and BD. RGB value is (104,202,189). Sum of RGB (Red+Green+Blue) = 104+202+189=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #68CABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CABD is #973542. Grayscale: #ABABAB. Windows color (decimal): -9909571 or 12438120. OLE color: 12438120.
HSL color Cylindrical-coordinate representation of color #68CABD: hue angle of 172.04º 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 #68CABD is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 189 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.21 |
| HSL | 172.04º | 0.48% | 0.6% | - |
| HSV(B) | 172.04º | 0.49% | 0.79% | - |
| XYZ | 36.01 | 48.86 | 55.68 | - |
| YUV | 171.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 189 | 0.49 | 0 | 0.06 | 0.21 | 172.04 | 0.48 | 0.6 |
| Hex | 68 | CA | BD | 31 | 0 | 6 | 15 | AC | 30 | 3C |
| Octal | 150 | 312 | 275 | 61 | 0 | 6 | 25 | 254 | 60 | 74 |
| Binary | 1101000 | 11001010 | 10111101 | 110001 | 0 | 110 | 10101 | 10101100 | 110000 | 111100 |
Color Harmonies of #68CABD
Complementary color
Monochromatic Colors of #68CABD
Black with #68CABD
Text Example
Text Example
White with #68CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CABD; }
p { color: rgb(104,202,189); }
H1.HeaderClassName
{
color: #68CABD;
}
.AnyTagClassName
{
color: #68CABD;
}
</style>
background-color css
<style>
a { background-color: #68CABD; }
a { background-color: rgb(104,202,189); }
div.DivClassName
{
background-color: #68CABD;
}
.BgClassName
{
background-color: #68CABD;
}
</style>
border-color css
<style>
span { border-color: #68CABD; }
span { border-color: rgb(104,202,189); }
td.TdClassName
{
border-color: #68CABD;
}
.TagClassName
{
border-color: #68CABD;
}
</style>