Shades of Downy #66CCBA
Tints of Downy #66CCBA
RGB
CMYK
RGB Variations
Color information
#66CCBA (or 0x66CCBA) is known color: Downy. HEX triplet: 66, CC and BA. RGB value is (102,204,186). Sum of RGB (Red+Green+Blue) = 102+204+186=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCBA is #993345. Grayscale: #ABABAB. Windows color (decimal): -10040134 or 12242022. OLE color: 12242022.
HSL color Cylindrical-coordinate representation of color #66CCBA: hue angle of 169.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCBA is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 186 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.2 |
| HSL | 169.41º | 0.5% | 0.6% | - |
| HSV(B) | 169.41º | 0.5% | 0.8% | - |
| XYZ | 35.94 | 49.56 | 54.13 | - |
| YUV | 171.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 186 | 0.5 | 0 | 0.09 | 0.2 | 169.41 | 0.5 | 0.6 |
| Hex | 66 | CC | BA | 32 | 0 | 9 | 14 | A9 | 32 | 3C |
| Octal | 146 | 314 | 272 | 62 | 0 | 11 | 24 | 251 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10111010 | 110010 | 0 | 1001 | 10100 | 10101001 | 110010 | 111100 |
Color Harmonies of #66CCBA
Complementary color
Monochromatic Colors of #66CCBA
Black with #66CCBA
Text Example
Text Example
White with #66CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCBA; }
p { color: rgb(102,204,186); }
H1.HeaderClassName
{
color: #66CCBA;
}
.AnyTagClassName
{
color: #66CCBA;
}
</style>
background-color css
<style>
a { background-color: #66CCBA; }
a { background-color: rgb(102,204,186); }
div.DivClassName
{
background-color: #66CCBA;
}
.BgClassName
{
background-color: #66CCBA;
}
</style>
border-color css
<style>
span { border-color: #66CCBA; }
span { border-color: rgb(102,204,186); }
td.TdClassName
{
border-color: #66CCBA;
}
.TagClassName
{
border-color: #66CCBA;
}
</style>