#668D88

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

Shades of Gumbo #668D88

Tints of Gumbo #668D88

Color information

#668D88 (or 0x668D88) is unknown color: approx Gumbo. HEX triplet: 66, 8D and 88. RGB value is (102,141,136). Sum of RGB (Red+Green+Blue) = 102+141+136=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #668D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D88 is #997277. Grayscale: #808080. Windows color (decimal): -10056312 or 8949094. OLE color: 8949094.

HSL color Cylindrical-coordinate representation of color #668D88: hue angle of 172.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D88 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB102141136-
CMYK0.2800.040.45
HSL172.31º16.05%47.65%-
HSV(B)172.31º27.66%55.29%-
XYZ19.4523.6526.83-
YUV128.77132.08108.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=26.91%
G=37.20%
B=35.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021411360.2800.040.45172.3116.0547.65
Hex668D881C042Dac1030
Octal1462152103404552542060
Binary110011010001101100010001110001001011011010110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D88; }

 p { color: rgb(102,141,136); }

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

<style>
 a { background-color: #668D88; }

 a { background-color: rgb(102,141,136); }

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

<style>
 span { border-color: #668D88; }

 span { border-color: rgb(102,141,136); }

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