Shades of Downy #68CACA
Tints of Downy #68CACA
RGB
CMYK
RGB Variations
Color information
#68CACA (or 0x68CACA) is known color: Downy. HEX triplet: 68, CA and CA. RGB value is (104,202,202). Sum of RGB (Red+Green+Blue) = 104+202+202=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #68CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CACA is #973535. Grayscale: #ACACAC. Windows color (decimal): -9909558 or 13290088. OLE color: 13290088.
HSL color Cylindrical-coordinate representation of color #68CACA: hue angle of 180º 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 #68CACA is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 202 | - |
| CMYK | 0.49 | 0 | 0 | 0.21 |
| HSL | 180º | 0.48% | 0.6% | - |
| HSV(B) | 180º | 0.49% | 0.79% | - |
| XYZ | 37.49 | 49.45 | 63.45 | - |
| YUV | 172.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 202 | 0.49 | 0 | 0 | 0.21 | 180 | 0.48 | 0.6 |
| Hex | 68 | CA | CA | 31 | 0 | 0 | 15 | B4 | 30 | 3C |
| Octal | 150 | 312 | 312 | 61 | 0 | 0 | 25 | 264 | 60 | 74 |
| Binary | 1101000 | 11001010 | 11001010 | 110001 | 0 | 0 | 10101 | 10110100 | 110000 | 111100 |
Color Harmonies of #68CACA
Complementary color
Monochromatic Colors of #68CACA
Black with #68CACA
Text Example
Text Example
White with #68CACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CACA; }
p { color: rgb(104,202,202); }
H1.HeaderClassName
{
color: #68CACA;
}
.AnyTagClassName
{
color: #68CACA;
}
</style>
background-color css
<style>
a { background-color: #68CACA; }
a { background-color: rgb(104,202,202); }
div.DivClassName
{
background-color: #68CACA;
}
.BgClassName
{
background-color: #68CACA;
}
</style>
border-color css
<style>
span { border-color: #68CACA; }
span { border-color: rgb(104,202,202); }
td.TdClassName
{
border-color: #68CACA;
}
.TagClassName
{
border-color: #68CACA;
}
</style>