Shades of Downy #66F0B9
Tints of Downy #66F0B9
RGB
CMYK
RGB Variations
Color information
#66F0B9 (or 0x66F0B9) is known color: Downy. HEX triplet: 66, F0 and B9. RGB value is (102,240,185). Sum of RGB (Red+Green+Blue) = 102+240+185=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0B9 is #990F46. Grayscale: #C0C0C0. Windows color (decimal): -10030919 or 12185702. OLE color: 12185702.
HSL color Cylindrical-coordinate representation of color #66F0B9: hue angle of 156.09º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0B9 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 185 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.06 |
| HSL | 156.09º | 0.82% | 0.67% | - |
| HSV(B) | 156.09º | 0.58% | 0.94% | - |
| XYZ | 45.4 | 68.65 | 56.76 | - |
| YUV | 192.47 | 123.78 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 185 | 0.58 | 0 | 0.23 | 0.06 | 156.09 | 0.82 | 0.67 |
| Hex | 66 | F0 | B9 | 3A | 0 | 17 | 6 | 9C | 52 | 43 |
| Octal | 146 | 360 | 271 | 72 | 0 | 27 | 6 | 234 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10111001 | 111010 | 0 | 10111 | 110 | 10011100 | 1010010 | 1000011 |
Color Harmonies of #66F0B9
Complementary color
Monochromatic Colors of #66F0B9
Black with #66F0B9
Text Example
Text Example
White with #66F0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0B9; }
p { color: rgb(102,240,185); }
H1.HeaderClassName
{
color: #66F0B9;
}
.AnyTagClassName
{
color: #66F0B9;
}
</style>
background-color css
<style>
a { background-color: #66F0B9; }
a { background-color: rgb(102,240,185); }
div.DivClassName
{
background-color: #66F0B9;
}
.BgClassName
{
background-color: #66F0B9;
}
</style>
border-color css
<style>
span { border-color: #66F0B9; }
span { border-color: rgb(102,240,185); }
td.TdClassName
{
border-color: #66F0B9;
}
.TagClassName
{
border-color: #66F0B9;
}
</style>