#608B88

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

Shades of Gumbo #608B88

Tints of Gumbo #608B88

Color information

#608B88 (or 0x608B88) is unknown color: approx Gumbo. HEX triplet: 60, 8B and 88. RGB value is (96,139,136). Sum of RGB (Red+Green+Blue) = 96+139+136=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #608B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B88 is #9F7477. Grayscale: #7D7D7D. Windows color (decimal): -10450040 or 8948576. OLE color: 8948576.

HSL color Cylindrical-coordinate representation of color #608B88: hue angle of 175.81º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B88 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB96139136-
CMYK0.3100.020.45
HSL175.81º18.3%46.08%-
HSV(B)175.81º30.94%54.51%-
XYZ18.522.7326.7-
YUV125.8133.75106.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=25.88%
G=37.47%
B=36.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391360.3100.020.45175.8118.346.08
Hex608B881F022Db0122e
Octal1402132103702552602256
Binary11000001000101110001000111110101011011011000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608B88; }

 p { color: rgb(96,139,136); }

 H1.HeaderClassName
 {
   color: #608B88;
 }
 .AnyTagClassName
 {
   color: #608B88;
 }
</style>
background-color css

<style>
 a { background-color: #608B88; }

 a { background-color: rgb(96,139,136); }

 div.DivClassName
 {
   background-color: #608B88;
 }
 .BgClassName
 {
   background-color: #608B88;
 }
</style>
border-color css

<style>
 span { border-color: #608B88; }

 span { border-color: rgb(96,139,136); }

 td.TdClassName
 {
   border-color: #608B88;
 }
 .TagClassName
 {
   border-color: #608B88;
 }
</style>