Shades of Downy #66E2C1
Tints of Downy #66E2C1
RGB
CMYK
RGB Variations
Color information
#66E2C1 (or 0x66E2C1) is known color: Downy. HEX triplet: 66, E2 and C1. RGB value is (102,226,193). Sum of RGB (Red+Green+Blue) = 102+226+193=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2C1 is #991D3E. Grayscale: #B9B9B9. Windows color (decimal): -10034495 or 12706406. OLE color: 12706406.
HSL color Cylindrical-coordinate representation of color #66E2C1: hue angle of 164.03º 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 #66E2C1 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 193 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.11 |
| HSL | 164.03º | 0.68% | 0.64% | - |
| HSV(B) | 164.03º | 0.55% | 0.89% | - |
| XYZ | 42.3 | 61.07 | 60.01 | - |
| YUV | 185.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 193 | 0.55 | 0 | 0.15 | 0.11 | 164.03 | 0.68 | 0.64 |
| Hex | 66 | E2 | C1 | 37 | 0 | F | B | A4 | 44 | 40 |
| Octal | 146 | 342 | 301 | 67 | 0 | 17 | 13 | 244 | 104 | 100 |
| Binary | 1100110 | 11100010 | 11000001 | 110111 | 0 | 1111 | 1011 | 10100100 | 1000100 | 1000000 |
Color Harmonies of #66E2C1
Complementary color
Monochromatic Colors of #66E2C1
Black with #66E2C1
Text Example
Text Example
White with #66E2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2C1; }
p { color: rgb(102,226,193); }
H1.HeaderClassName
{
color: #66E2C1;
}
.AnyTagClassName
{
color: #66E2C1;
}
</style>
background-color css
<style>
a { background-color: #66E2C1; }
a { background-color: rgb(102,226,193); }
div.DivClassName
{
background-color: #66E2C1;
}
.BgClassName
{
background-color: #66E2C1;
}
</style>
border-color css
<style>
span { border-color: #66E2C1; }
span { border-color: rgb(102,226,193); }
td.TdClassName
{
border-color: #66E2C1;
}
.TagClassName
{
border-color: #66E2C1;
}
</style>