Shades of Downy #66E6BE
Tints of Downy #66E6BE
RGB
CMYK
RGB Variations
Color information
#66E6BE (or 0x66E6BE) is known color: Downy. HEX triplet: 66, E6 and BE. RGB value is (102,230,190). Sum of RGB (Red+Green+Blue) = 102+230+190=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #66E6BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E6BE is #991941. Grayscale: #BBBBBB. Windows color (decimal): -10033474 or 12510822. OLE color: 12510822.
HSL color Cylindrical-coordinate representation of color #66E6BE: hue angle of 161.25º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E6BE is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 230 | 190 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.10 |
| HSL | 161.25º | 0.72% | 0.65% | - |
| HSV(B) | 161.25º | 0.56% | 0.9% | - |
| XYZ | 43.07 | 63.14 | 58.63 | - |
| YUV | 187.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 230 | 190 | 0.56 | 0 | 0.17 | 0.10 | 161.25 | 0.72 | 0.65 |
| Hex | 66 | E6 | BE | 38 | 0 | 11 | A | A1 | 48 | 41 |
| Octal | 146 | 346 | 276 | 70 | 0 | 21 | 12 | 241 | 110 | 101 |
| Binary | 1100110 | 11100110 | 10111110 | 111000 | 0 | 10001 | 1010 | 10100001 | 1001000 | 1000001 |
Color Harmonies of #66E6BE
Complementary color
Monochromatic Colors of #66E6BE
Black with #66E6BE
Text Example
Text Example
White with #66E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E6BE; }
p { color: rgb(102,230,190); }
H1.HeaderClassName
{
color: #66E6BE;
}
.AnyTagClassName
{
color: #66E6BE;
}
</style>
background-color css
<style>
a { background-color: #66E6BE; }
a { background-color: rgb(102,230,190); }
div.DivClassName
{
background-color: #66E6BE;
}
.BgClassName
{
background-color: #66E6BE;
}
</style>
border-color css
<style>
span { border-color: #66E6BE; }
span { border-color: rgb(102,230,190); }
td.TdClassName
{
border-color: #66E6BE;
}
.TagClassName
{
border-color: #66E6BE;
}
</style>