#3CAB88

Color #3CAB88 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3CAB88

Tints of Gossamer #3CAB88

Color information

#3CAB88 (or 0x3CAB88) is unknown color: approx Gossamer. HEX triplet: 3C, AB and 88. RGB value is (60,171,136). Sum of RGB (Red+Green+Blue) = 60+171+136=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB88 is #C35477. Grayscale: #858585. Windows color (decimal): -12801144 or 8956732. OLE color: 8956732.

HSL color Cylindrical-coordinate representation of color #3CAB88: hue angle of 161.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAB88 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB60171136-
CMYK0.6500.200.33
HSL161.08º48.05%45.29%-
HSV(B)161.08º64.91%67.06%-
XYZ20.8731.8628.34-
YUV133.82129.2375.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.35%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=16.35%
G=46.59%
B=37.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601711360.6500.200.33161.0848.0545.29
Hex3CAB884101421a1302d
Octal74253210101024412416055
Binary1111001010101110001000100000101010010000110100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CAB88; }

 p { color: rgb(60,171,136); }

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

<style>
 a { background-color: #3CAB88; }

 a { background-color: rgb(60,171,136); }

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

<style>
 span { border-color: #3CAB88; }

 span { border-color: rgb(60,171,136); }

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