Shades of Downy #66CCBE
Tints of Downy #66CCBE
RGB
CMYK
RGB Variations
Color information
#66CCBE (or 0x66CCBE) is known color: Downy. HEX triplet: 66, CC and BE. RGB value is (102,204,190). Sum of RGB (Red+Green+Blue) = 102+204+190=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCBE is #993341. Grayscale: #ABABAB. Windows color (decimal): -10040130 or 12504166. OLE color: 12504166.
HSL color Cylindrical-coordinate representation of color #66CCBE: hue angle of 171.76º 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 #66CCBE is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 190 | - |
| CMYK | 0.5 | 0 | 0.07 | 0.2 |
| HSL | 171.76º | 0.5% | 0.6% | - |
| HSV(B) | 171.76º | 0.5% | 0.8% | - |
| XYZ | 36.37 | 49.73 | 56.4 | - |
| YUV | 171.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 190 | 0.5 | 0 | 0.07 | 0.2 | 171.76 | 0.5 | 0.6 |
| Hex | 66 | CC | BE | 32 | 0 | 7 | 14 | AC | 32 | 3C |
| Octal | 146 | 314 | 276 | 62 | 0 | 7 | 24 | 254 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10111110 | 110010 | 0 | 111 | 10100 | 10101100 | 110010 | 111100 |
Color Harmonies of #66CCBE
Complementary color
Monochromatic Colors of #66CCBE
Black with #66CCBE
Text Example
Text Example
White with #66CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCBE; }
p { color: rgb(102,204,190); }
H1.HeaderClassName
{
color: #66CCBE;
}
.AnyTagClassName
{
color: #66CCBE;
}
</style>
background-color css
<style>
a { background-color: #66CCBE; }
a { background-color: rgb(102,204,190); }
div.DivClassName
{
background-color: #66CCBE;
}
.BgClassName
{
background-color: #66CCBE;
}
</style>
border-color css
<style>
span { border-color: #66CCBE; }
span { border-color: rgb(102,204,190); }
td.TdClassName
{
border-color: #66CCBE;
}
.TagClassName
{
border-color: #66CCBE;
}
</style>