Shades of Downy #66F0C1
Tints of Downy #66F0C1
RGB
CMYK
RGB Variations
Color information
#66F0C1 (or 0x66F0C1) is known color: Downy. HEX triplet: 66, F0 and C1. RGB value is (102,240,193). Sum of RGB (Red+Green+Blue) = 102+240+193=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0C1 is #990F3E. Grayscale: #C1C1C1. Windows color (decimal): -10030911 or 12709990. OLE color: 12709990.
HSL color Cylindrical-coordinate representation of color #66F0C1: hue angle of 159.57º 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 #66F0C1 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 193 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.06 |
| HSL | 159.57º | 0.82% | 0.67% | - |
| HSV(B) | 159.57º | 0.58% | 0.94% | - |
| XYZ | 46.27 | 69 | 61.33 | - |
| YUV | 193.38 | 127.78 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 193 | 0.58 | 0 | 0.20 | 0.06 | 159.57 | 0.82 | 0.67 |
| Hex | 66 | F0 | C1 | 3A | 0 | 14 | 6 | A0 | 52 | 43 |
| Octal | 146 | 360 | 301 | 72 | 0 | 24 | 6 | 240 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11000001 | 111010 | 0 | 10100 | 110 | 10100000 | 1010010 | 1000011 |
Color Harmonies of #66F0C1
Complementary color
Monochromatic Colors of #66F0C1
Black with #66F0C1
Text Example
Text Example
White with #66F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0C1; }
p { color: rgb(102,240,193); }
H1.HeaderClassName
{
color: #66F0C1;
}
.AnyTagClassName
{
color: #66F0C1;
}
</style>
background-color css
<style>
a { background-color: #66F0C1; }
a { background-color: rgb(102,240,193); }
div.DivClassName
{
background-color: #66F0C1;
}
.BgClassName
{
background-color: #66F0C1;
}
</style>
border-color css
<style>
span { border-color: #66F0C1; }
span { border-color: rgb(102,240,193); }
td.TdClassName
{
border-color: #66F0C1;
}
.TagClassName
{
border-color: #66F0C1;
}
</style>