Shades of Downy #66CAC3
Tints of Downy #66CAC3
RGB
CMYK
RGB Variations
Color information
#66CAC3 (or 0x66CAC3) is known color: Downy. HEX triplet: 66, CA and C3. RGB value is (102,202,195). Sum of RGB (Red+Green+Blue) = 102+202+195=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CAC3 is #99353C. Grayscale: #ABABAB. Windows color (decimal): -10040637 or 12831334. OLE color: 12831334.
HSL color Cylindrical-coordinate representation of color #66CAC3: hue angle of 175.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAC3 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 195 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.21 |
| HSL | 175.8º | 0.49% | 0.6% | - |
| HSV(B) | 175.8º | 0.5% | 0.79% | - |
| XYZ | 36.45 | 49.01 | 59.17 | - |
| YUV | 171.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 195 | 0.50 | 0 | 0.03 | 0.21 | 175.8 | 0.49 | 0.6 |
| Hex | 66 | CA | C3 | 32 | 0 | 3 | 15 | B0 | 31 | 3C |
| Octal | 146 | 312 | 303 | 62 | 0 | 3 | 25 | 260 | 61 | 74 |
| Binary | 1100110 | 11001010 | 11000011 | 110010 | 0 | 11 | 10101 | 10110000 | 110001 | 111100 |
Color Harmonies of #66CAC3
Complementary color
Monochromatic Colors of #66CAC3
Black with #66CAC3
Text Example
Text Example
White with #66CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAC3; }
p { color: rgb(102,202,195); }
H1.HeaderClassName
{
color: #66CAC3;
}
.AnyTagClassName
{
color: #66CAC3;
}
</style>
background-color css
<style>
a { background-color: #66CAC3; }
a { background-color: rgb(102,202,195); }
div.DivClassName
{
background-color: #66CAC3;
}
.BgClassName
{
background-color: #66CAC3;
}
</style>
border-color css
<style>
span { border-color: #66CAC3; }
span { border-color: rgb(102,202,195); }
td.TdClassName
{
border-color: #66CAC3;
}
.TagClassName
{
border-color: #66CAC3;
}
</style>