Shades of Downy #66F2BC
Tints of Downy #66F2BC
RGB
CMYK
RGB Variations
Color information
#66F2BC (or 0x66F2BC) is known color: Downy. HEX triplet: 66, F2 and BC. RGB value is (102,242,188). Sum of RGB (Red+Green+Blue) = 102+242+188=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2BC is #990D43. Grayscale: #C2C2C2. Windows color (decimal): -10030404 or 12382822. OLE color: 12382822.
HSL color Cylindrical-coordinate representation of color #66F2BC: hue angle of 156.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2BC is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 188 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.05 |
| HSL | 156.86º | 0.84% | 0.67% | - |
| HSV(B) | 156.86º | 0.58% | 0.95% | - |
| XYZ | 46.31 | 69.96 | 58.64 | - |
| YUV | 193.98 | 124.62 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 188 | 0.58 | 0 | 0.22 | 0.05 | 156.86 | 0.84 | 0.67 |
| Hex | 66 | F2 | BC | 3A | 0 | 16 | 5 | 9D | 54 | 43 |
| Octal | 146 | 362 | 274 | 72 | 0 | 26 | 5 | 235 | 124 | 103 |
| Binary | 1100110 | 11110010 | 10111100 | 111010 | 0 | 10110 | 101 | 10011101 | 1010100 | 1000011 |
Color Harmonies of #66F2BC
Complementary color
Monochromatic Colors of #66F2BC
Black with #66F2BC
Text Example
Text Example
White with #66F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F2BC; }
p { color: rgb(102,242,188); }
H1.HeaderClassName
{
color: #66F2BC;
}
.AnyTagClassName
{
color: #66F2BC;
}
</style>
background-color css
<style>
a { background-color: #66F2BC; }
a { background-color: rgb(102,242,188); }
div.DivClassName
{
background-color: #66F2BC;
}
.BgClassName
{
background-color: #66F2BC;
}
</style>
border-color css
<style>
span { border-color: #66F2BC; }
span { border-color: rgb(102,242,188); }
td.TdClassName
{
border-color: #66F2BC;
}
.TagClassName
{
border-color: #66F2BC;
}
</style>