Shades of Gumbo #608A86
Tints of Gumbo #608A86
RGB
CMYK
RGB Variations
Color information
#608A86 (or 0x608A86) is known color: Gumbo. HEX triplet: 60, 8A and 86. RGB value is (96,138,134). Sum of RGB (Red+Green+Blue) = 96+138+134=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #608A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A86 is #9F7579. Grayscale: #7C7C7C. Windows color (decimal): -10450298 or 8817248. OLE color: 8817248.
HSL color Cylindrical-coordinate representation of color #608A86: hue angle of 174.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A86 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 138 | 134 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.46 |
| HSL | 174.29º | 0.18% | 0.46% | - |
| HSV(B) | 174.29º | 0.3% | 0.54% | - |
| XYZ | 18.22 | 22.38 | 25.91 | - |
| YUV | 124.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 134 | 0.30 | 0 | 0.03 | 0.46 | 174.29 | 0.18 | 0.46 |
| Hex | 60 | 8A | 86 | 1E | 0 | 3 | 2E | AE | 12 | 2E |
| Octal | 140 | 212 | 206 | 36 | 0 | 3 | 56 | 256 | 22 | 56 |
| Binary | 1100000 | 10001010 | 10000110 | 11110 | 0 | 11 | 101110 | 10101110 | 10010 | 101110 |
Color Harmonies of #608A86
Complementary color
Monochromatic Colors of #608A86
Black with #608A86
Text Example
Text Example
White with #608A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A86; }
p { color: rgb(96,138,134); }
H1.HeaderClassName
{
color: #608A86;
}
.AnyTagClassName
{
color: #608A86;
}
</style>
background-color css
<style>
a { background-color: #608A86; }
a { background-color: rgb(96,138,134); }
div.DivClassName
{
background-color: #608A86;
}
.BgClassName
{
background-color: #608A86;
}
</style>
border-color css
<style>
span { border-color: #608A86; }
span { border-color: rgb(96,138,134); }
td.TdClassName
{
border-color: #608A86;
}
.TagClassName
{
border-color: #608A86;
}
</style>