Shades of Downy #66F0BE
Tints of Downy #66F0BE
RGB
CMYK
RGB Variations
Color information
#66F0BE (or 0x66F0BE) is known color: Downy. HEX triplet: 66, F0 and BE. RGB value is (102,240,190). Sum of RGB (Red+Green+Blue) = 102+240+190=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0BE is #990F41. Grayscale: #C1C1C1. Windows color (decimal): -10030914 or 12513382. OLE color: 12513382.
HSL color Cylindrical-coordinate representation of color #66F0BE: hue angle of 158.26º 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 #66F0BE is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 190 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.06 |
| HSL | 158.26º | 0.82% | 0.67% | - |
| HSV(B) | 158.26º | 0.58% | 0.94% | - |
| XYZ | 45.93 | 68.86 | 59.59 | - |
| YUV | 193.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 190 | 0.58 | 0 | 0.21 | 0.06 | 158.26 | 0.82 | 0.67 |
| Hex | 66 | F0 | BE | 3A | 0 | 15 | 6 | 9E | 52 | 43 |
| Octal | 146 | 360 | 276 | 72 | 0 | 25 | 6 | 236 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10111110 | 111010 | 0 | 10101 | 110 | 10011110 | 1010010 | 1000011 |
Color Harmonies of #66F0BE
Complementary color
Monochromatic Colors of #66F0BE
Black with #66F0BE
Text Example
Text Example
White with #66F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0BE; }
p { color: rgb(102,240,190); }
H1.HeaderClassName
{
color: #66F0BE;
}
.AnyTagClassName
{
color: #66F0BE;
}
</style>
background-color css
<style>
a { background-color: #66F0BE; }
a { background-color: rgb(102,240,190); }
div.DivClassName
{
background-color: #66F0BE;
}
.BgClassName
{
background-color: #66F0BE;
}
</style>
border-color css
<style>
span { border-color: #66F0BE; }
span { border-color: rgb(102,240,190); }
td.TdClassName
{
border-color: #66F0BE;
}
.TagClassName
{
border-color: #66F0BE;
}
</style>