#608A86

Color #608A86 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #608A86

Tints of Gumbo #608A86

Color information

#608A86 (or 0x608A86) is unknown color: approx 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

RGB96138134-
CMYK0.3000.030.46
HSL174.29º17.95%45.88%-
HSV(B)174.29º30.43%54.12%-
XYZ18.2222.3825.91-
YUV124.99133.09107.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=26.09%
G=37.5%
B=36.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961381340.3000.030.46174.2917.9545.88
Hex608A861E032Eae122e
Octal1402122063603562562256
Binary11000001000101010000110111100111011101010111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>