#3CAB93

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

Shades of Gossamer #3CAB93

Tints of Gossamer #3CAB93

Color information

#3CAB93 (or 0x3CAB93) is unknown color: approx Gossamer. HEX triplet: 3C, AB and 93. RGB value is (60,171,147). Sum of RGB (Red+Green+Blue) = 60+171+147=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB93 is #C3546C. Grayscale: #878787. Windows color (decimal): -12801133 or 9677628. OLE color: 9677628.

HSL color Cylindrical-coordinate representation of color #3CAB93: hue angle of 167.03º 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 #3CAB93 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB60171147-
CMYK0.6500.140.33
HSL167.03º48.05%45.29%-
HSV(B)167.03º64.91%67.06%-
XYZ21.6932.1932.67-
YUV135.07134.7374.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.87%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=15.87%
G=45.24%
B=38.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601711470.6500.140.33167.0348.0545.29
Hex3CAB93410E21a7302d
Octal74253223101016412476055
Binary111100101010111001001110000010111010000110100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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