Shades of Downy #66F2BD
Tints of Downy #66F2BD
RGB
CMYK
RGB Variations
Color information
#66F2BD (or 0x66F2BD) is known color: Downy. HEX triplet: 66, F2 and BD. RGB value is (102,242,189). Sum of RGB (Red+Green+Blue) = 102+242+189=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2BD is #990D42. Grayscale: #C2C2C2. Windows color (decimal): -10030403 or 12448358. OLE color: 12448358.
HSL color Cylindrical-coordinate representation of color #66F2BD: hue angle of 157.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2BD is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 189 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.05 |
| HSL | 157.29º | 0.84% | 0.67% | - |
| HSV(B) | 157.29º | 0.58% | 0.95% | - |
| XYZ | 46.42 | 70 | 59.21 | - |
| YUV | 194.1 | 125.12 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 189 | 0.58 | 0 | 0.22 | 0.05 | 157.29 | 0.84 | 0.67 |
| Hex | 66 | F2 | BD | 3A | 0 | 16 | 5 | 9D | 54 | 43 |
| Octal | 146 | 362 | 275 | 72 | 0 | 26 | 5 | 235 | 124 | 103 |
| Binary | 1100110 | 11110010 | 10111101 | 111010 | 0 | 10110 | 101 | 10011101 | 1010100 | 1000011 |
Color Harmonies of #66F2BD
Complementary color
Monochromatic Colors of #66F2BD
Black with #66F2BD
Text Example
Text Example
White with #66F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F2BD; }
p { color: rgb(102,242,189); }
H1.HeaderClassName
{
color: #66F2BD;
}
.AnyTagClassName
{
color: #66F2BD;
}
</style>
background-color css
<style>
a { background-color: #66F2BD; }
a { background-color: rgb(102,242,189); }
div.DivClassName
{
background-color: #66F2BD;
}
.BgClassName
{
background-color: #66F2BD;
}
</style>
border-color css
<style>
span { border-color: #66F2BD; }
span { border-color: rgb(102,242,189); }
td.TdClassName
{
border-color: #66F2BD;
}
.TagClassName
{
border-color: #66F2BD;
}
</style>