#3CAB84

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

Shades of Gossamer #3CAB84

Tints of Gossamer #3CAB84

Color information

#3CAB84 (or 0x3CAB84) is unknown color: approx Gossamer. HEX triplet: 3C, AB and 84. RGB value is (60,171,132). Sum of RGB (Red+Green+Blue) = 60+171+132=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB84 is #C3547B. Grayscale: #858585. Windows color (decimal): -12801148 or 8694588. OLE color: 8694588.

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

Color convert

RGB60171132-
CMYK0.6500.230.33
HSL158.92º48.05%45.29%-
HSV(B)158.92º64.91%67.06%-
XYZ20.5931.7526.87-
YUV133.36127.2375.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.53%
GREEN value IS 171 (67.19% from 255) = 47.11%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=16.53%
G=47.11%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601711320.6500.230.33158.9248.0545.29
Hex3CAB8441017219f302d
Octal74253204101027412376055
Binary1111001010101110000100100000101011110000110011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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