Html Css Color HEX #668D88 Gumbo

📋 copy color: '#668D88'

red 102 ◦ green 141 ◦ blue 136

#668D88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #668D88

Tints of Gumbo #668D88

RGB

 RED value IS 102 (40.23% from 255) = 26.91%

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 26.91%
G = 37.2%
B = 35.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#668D88 (or 0x668D88) is known color: 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

RGB 102 141 136 -
CMYK 0.28 0 0.04 0.45
HSL 172.31º 0.16% 0.48% -
HSV(B) 172.31º 0.28% 0.55% -
XYZ 19.45 23.65 26.83 -
YUV 128.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 102 141 136 0.28 0 0.04 0.45 172.31 0.16 0.48
Hex 66 8D 88 1C 0 4 2D AC 10 30
Octal 146 215 210 34 0 4 55 254 20 60
Binary 1100110 10001101 10001000 11100 0 100 101101 10101100 10000 110000

Color Harmonies of #668D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D88

Black with #668D88

Text Example


Text Example

White with #668D88

Text Example


Text Example

HTML Codes & Css Web 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>