Shades of Downy #66CAC2
Tints of Downy #66CAC2
RGB
CMYK
RGB Variations
Color information
#66CAC2 (or 0x66CAC2) is known color: Downy. HEX triplet: 66, CA and C2. RGB value is (102,202,194). Sum of RGB (Red+Green+Blue) = 102+202+194=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CAC2 is #99353D. Grayscale: #ABABAB. Windows color (decimal): -10040638 or 12765798. OLE color: 12765798.
HSL color Cylindrical-coordinate representation of color #66CAC2: hue angle of 175.2º 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 #66CAC2 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 194 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.21 |
| HSL | 175.2º | 0.49% | 0.6% | - |
| HSV(B) | 175.2º | 0.5% | 0.79% | - |
| XYZ | 36.34 | 48.96 | 58.57 | - |
| YUV | 171.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 194 | 0.50 | 0 | 0.04 | 0.21 | 175.2 | 0.49 | 0.6 |
| Hex | 66 | CA | C2 | 32 | 0 | 4 | 15 | AF | 31 | 3C |
| Octal | 146 | 312 | 302 | 62 | 0 | 4 | 25 | 257 | 61 | 74 |
| Binary | 1100110 | 11001010 | 11000010 | 110010 | 0 | 100 | 10101 | 10101111 | 110001 | 111100 |
Color Harmonies of #66CAC2
Complementary color
Monochromatic Colors of #66CAC2
Black with #66CAC2
Text Example
Text Example
White with #66CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAC2; }
p { color: rgb(102,202,194); }
H1.HeaderClassName
{
color: #66CAC2;
}
.AnyTagClassName
{
color: #66CAC2;
}
</style>
background-color css
<style>
a { background-color: #66CAC2; }
a { background-color: rgb(102,202,194); }
div.DivClassName
{
background-color: #66CAC2;
}
.BgClassName
{
background-color: #66CAC2;
}
</style>
border-color css
<style>
span { border-color: #66CAC2; }
span { border-color: rgb(102,202,194); }
td.TdClassName
{
border-color: #66CAC2;
}
.TagClassName
{
border-color: #66CAC2;
}
</style>