Shades of Downy #66C4BF
Tints of Downy #66C4BF
RGB
CMYK
RGB Variations
Color information
#66C4BF (or 0x66C4BF) is known color: Downy. HEX triplet: 66, C4 and BF. RGB value is (102,196,191). Sum of RGB (Red+Green+Blue) = 102+196+191=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #66C4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C4BF is #993B40. Grayscale: #A7A7A7. Windows color (decimal): -10042177 or 12567654. OLE color: 12567654.
HSL color Cylindrical-coordinate representation of color #66C4BF: hue angle of 176.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C4BF is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 196 | 191 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.23 |
| HSL | 176.81º | 0.44% | 0.58% | - |
| HSV(B) | 176.81º | 0.48% | 0.77% | - |
| XYZ | 34.62 | 46.07 | 56.36 | - |
| YUV | 167.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 196 | 191 | 0.48 | 0 | 0.03 | 0.23 | 176.81 | 0.44 | 0.58 |
| Hex | 66 | C4 | BF | 30 | 0 | 3 | 17 | B1 | 2C | 3A |
| Octal | 146 | 304 | 277 | 60 | 0 | 3 | 27 | 261 | 54 | 72 |
| Binary | 1100110 | 11000100 | 10111111 | 110000 | 0 | 11 | 10111 | 10110001 | 101100 | 111010 |
Color Harmonies of #66C4BF
Complementary color
Monochromatic Colors of #66C4BF
Black with #66C4BF
Text Example
Text Example
White with #66C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C4BF; }
p { color: rgb(102,196,191); }
H1.HeaderClassName
{
color: #66C4BF;
}
.AnyTagClassName
{
color: #66C4BF;
}
</style>
background-color css
<style>
a { background-color: #66C4BF; }
a { background-color: rgb(102,196,191); }
div.DivClassName
{
background-color: #66C4BF;
}
.BgClassName
{
background-color: #66C4BF;
}
</style>
border-color css
<style>
span { border-color: #66C4BF; }
span { border-color: rgb(102,196,191); }
td.TdClassName
{
border-color: #66C4BF;
}
.TagClassName
{
border-color: #66C4BF;
}
</style>