Shades of Gumbo #66A194
Tints of Gumbo #66A194
RGB
CMYK
RGB Variations
Color information
#66A194 (or 0x66A194) is known color: Gumbo. HEX triplet: 66, A1 and 94. RGB value is (102,161,148). Sum of RGB (Red+Green+Blue) = 102+161+148=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #66A194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A194 is #995E6B. Grayscale: #8D8D8D. Windows color (decimal): -10051180 or 9740646. OLE color: 9740646.
HSL color Cylindrical-coordinate representation of color #66A194: hue angle of 166.78º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A194 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 148 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.37 |
| HSL | 166.78º | 0.24% | 0.52% | - |
| HSV(B) | 166.78º | 0.37% | 0.63% | - |
| XYZ | 23.57 | 30.45 | 32.65 | - |
| YUV | 141.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 148 | 0.37 | 0 | 0.08 | 0.37 | 166.78 | 0.24 | 0.52 |
| Hex | 66 | A1 | 94 | 25 | 0 | 8 | 25 | A7 | 18 | 34 |
| Octal | 146 | 241 | 224 | 45 | 0 | 10 | 45 | 247 | 30 | 64 |
| Binary | 1100110 | 10100001 | 10010100 | 100101 | 0 | 1000 | 100101 | 10100111 | 11000 | 110100 |
Color Harmonies of #66A194
Complementary color
Monochromatic Colors of #66A194
Black with #66A194
Text Example
Text Example
White with #66A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A194; }
p { color: rgb(102,161,148); }
H1.HeaderClassName
{
color: #66A194;
}
.AnyTagClassName
{
color: #66A194;
}
</style>
background-color css
<style>
a { background-color: #66A194; }
a { background-color: rgb(102,161,148); }
div.DivClassName
{
background-color: #66A194;
}
.BgClassName
{
background-color: #66A194;
}
</style>
border-color css
<style>
span { border-color: #66A194; }
span { border-color: rgb(102,161,148); }
td.TdClassName
{
border-color: #66A194;
}
.TagClassName
{
border-color: #66A194;
}
</style>