Shades of Gumbo #668E88
Tints of Gumbo #668E88
RGB
CMYK
RGB Variations
Color information
#668E88 (or 0x668E88) is known color: Gumbo. HEX triplet: 66, 8E and 88. RGB value is (102,142,136). Sum of RGB (Red+Green+Blue) = 102+142+136=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #668E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E88 is #997177. Grayscale: #818181. Windows color (decimal): -10056056 or 8949350. OLE color: 8949350.
HSL color Cylindrical-coordinate representation of color #668E88: hue angle of 171º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668E88 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 136 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.44 |
| HSL | 171º | 0.16% | 0.48% | - |
| HSV(B) | 171º | 0.28% | 0.56% | - |
| XYZ | 19.6 | 23.95 | 26.88 | - |
| YUV | 129.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 136 | 0.28 | 0 | 0.04 | 0.44 | 171 | 0.16 | 0.48 |
| Hex | 66 | 8E | 88 | 1C | 0 | 4 | 2C | AB | 10 | 30 |
| Octal | 146 | 216 | 210 | 34 | 0 | 4 | 54 | 253 | 20 | 60 |
| Binary | 1100110 | 10001110 | 10001000 | 11100 | 0 | 100 | 101100 | 10101011 | 10000 | 110000 |
Color Harmonies of #668E88
Complementary color
Monochromatic Colors of #668E88
Black with #668E88
Text Example
Text Example
White with #668E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E88; }
p { color: rgb(102,142,136); }
H1.HeaderClassName
{
color: #668E88;
}
.AnyTagClassName
{
color: #668E88;
}
</style>
background-color css
<style>
a { background-color: #668E88; }
a { background-color: rgb(102,142,136); }
div.DivClassName
{
background-color: #668E88;
}
.BgClassName
{
background-color: #668E88;
}
</style>
border-color css
<style>
span { border-color: #668E88; }
span { border-color: rgb(102,142,136); }
td.TdClassName
{
border-color: #668E88;
}
.TagClassName
{
border-color: #668E88;
}
</style>