Shades of Downy #68CAC2
Tints of Downy #68CAC2
RGB
CMYK
RGB Variations
Color information
#68CAC2 (or 0x68CAC2) is known color: Downy. HEX triplet: 68, CA and C2. RGB value is (104,202,194). Sum of RGB (Red+Green+Blue) = 104+202+194=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAC2 is #97353D. Grayscale: #ABABAB. Windows color (decimal): -9909566 or 12765800. OLE color: 12765800.
HSL color Cylindrical-coordinate representation of color #68CAC2: hue angle of 175.1º 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 #68CAC2 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 194 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.21 |
| HSL | 175.1º | 0.48% | 0.6% | - |
| HSV(B) | 175.1º | 0.49% | 0.79% | - |
| XYZ | 36.57 | 49.08 | 58.58 | - |
| YUV | 171.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 194 | 0.49 | 0 | 0.04 | 0.21 | 175.1 | 0.48 | 0.6 |
| Hex | 68 | CA | C2 | 31 | 0 | 4 | 15 | AF | 30 | 3C |
| Octal | 150 | 312 | 302 | 61 | 0 | 4 | 25 | 257 | 60 | 74 |
| Binary | 1101000 | 11001010 | 11000010 | 110001 | 0 | 100 | 10101 | 10101111 | 110000 | 111100 |
Color Harmonies of #68CAC2
Complementary color
Monochromatic Colors of #68CAC2
Black with #68CAC2
Text Example
Text Example
White with #68CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAC2; }
p { color: rgb(104,202,194); }
H1.HeaderClassName
{
color: #68CAC2;
}
.AnyTagClassName
{
color: #68CAC2;
}
</style>
background-color css
<style>
a { background-color: #68CAC2; }
a { background-color: rgb(104,202,194); }
div.DivClassName
{
background-color: #68CAC2;
}
.BgClassName
{
background-color: #68CAC2;
}
</style>
border-color css
<style>
span { border-color: #68CAC2; }
span { border-color: rgb(104,202,194); }
td.TdClassName
{
border-color: #68CAC2;
}
.TagClassName
{
border-color: #68CAC2;
}
</style>