Shades of Downy #66C3BF
Tints of Downy #66C3BF
RGB
CMYK
RGB Variations
Color information
#66C3BF (or 0x66C3BF) is known color: Downy. HEX triplet: 66, C3 and BF. RGB value is (102,195,191). Sum of RGB (Red+Green+Blue) = 102+195+191=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #66C3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3BF is #993C40. Grayscale: #A6A6A6. Windows color (decimal): -10042433 or 12567398. OLE color: 12567398.
HSL color Cylindrical-coordinate representation of color #66C3BF: hue angle of 177.42º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C3BF is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 191 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.24 |
| HSL | 177.42º | 0.44% | 0.58% | - |
| HSV(B) | 177.42º | 0.48% | 0.76% | - |
| XYZ | 34.4 | 45.62 | 56.28 | - |
| YUV | 166.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 191 | 0.48 | 0 | 0.02 | 0.24 | 177.42 | 0.44 | 0.58 |
| Hex | 66 | C3 | BF | 30 | 0 | 2 | 18 | B1 | 2C | 3A |
| Octal | 146 | 303 | 277 | 60 | 0 | 2 | 30 | 261 | 54 | 72 |
| Binary | 1100110 | 11000011 | 10111111 | 110000 | 0 | 10 | 11000 | 10110001 | 101100 | 111010 |
Color Harmonies of #66C3BF
Complementary color
Monochromatic Colors of #66C3BF
Black with #66C3BF
Text Example
Text Example
White with #66C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C3BF; }
p { color: rgb(102,195,191); }
H1.HeaderClassName
{
color: #66C3BF;
}
.AnyTagClassName
{
color: #66C3BF;
}
</style>
background-color css
<style>
a { background-color: #66C3BF; }
a { background-color: rgb(102,195,191); }
div.DivClassName
{
background-color: #66C3BF;
}
.BgClassName
{
background-color: #66C3BF;
}
</style>
border-color css
<style>
span { border-color: #66C3BF; }
span { border-color: rgb(102,195,191); }
td.TdClassName
{
border-color: #66C3BF;
}
.TagClassName
{
border-color: #66C3BF;
}
</style>