Shades of Downy #66E2BF
Tints of Downy #66E2BF
RGB
CMYK
RGB Variations
Color information
#66E2BF (or 0x66E2BF) is known color: Downy. HEX triplet: 66, E2 and BF. RGB value is (102,226,191). Sum of RGB (Red+Green+Blue) = 102+226+191=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2BF is #991D40. Grayscale: #B8B8B8. Windows color (decimal): -10034497 or 12575334. OLE color: 12575334.
HSL color Cylindrical-coordinate representation of color #66E2BF: hue angle of 163.06º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2BF is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 191 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.11 |
| HSL | 163.06º | 0.68% | 0.64% | - |
| HSV(B) | 163.06º | 0.55% | 0.89% | - |
| XYZ | 42.08 | 60.98 | 58.84 | - |
| YUV | 184.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 191 | 0.55 | 0 | 0.15 | 0.11 | 163.06 | 0.68 | 0.64 |
| Hex | 66 | E2 | BF | 37 | 0 | F | B | A3 | 44 | 40 |
| Octal | 146 | 342 | 277 | 67 | 0 | 17 | 13 | 243 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10111111 | 110111 | 0 | 1111 | 1011 | 10100011 | 1000100 | 1000000 |
Color Harmonies of #66E2BF
Complementary color
Monochromatic Colors of #66E2BF
Black with #66E2BF
Text Example
Text Example
White with #66E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2BF; }
p { color: rgb(102,226,191); }
H1.HeaderClassName
{
color: #66E2BF;
}
.AnyTagClassName
{
color: #66E2BF;
}
</style>
background-color css
<style>
a { background-color: #66E2BF; }
a { background-color: rgb(102,226,191); }
div.DivClassName
{
background-color: #66E2BF;
}
.BgClassName
{
background-color: #66E2BF;
}
</style>
border-color css
<style>
span { border-color: #66E2BF; }
span { border-color: rgb(102,226,191); }
td.TdClassName
{
border-color: #66E2BF;
}
.TagClassName
{
border-color: #66E2BF;
}
</style>