#3CB184

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

Shades of Gossamer #3CB184

Tints of Gossamer #3CB184

Color information

#3CB184 (or 0x3CB184) is unknown color: approx Gossamer. HEX triplet: 3C, B1 and 84. RGB value is (60,177,132). Sum of RGB (Red+Green+Blue) = 60+177+132=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB184 is #C34E7B. Grayscale: #888888. Windows color (decimal): -12799612 or 8696124. OLE color: 8696124.

HSL color Cylindrical-coordinate representation of color #3CB184: hue angle of 156.92º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB184 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB60177132-
CMYK0.6600.250.31
HSL156.92º49.37%46.47%-
HSV(B)156.92º66.1%69.41%-
XYZ21.7534.0727.26-
YUV136.89125.2473.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.26%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=16.26%
G=47.97%
B=35.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601771320.6600.250.31156.9249.3746.47
Hex3CB184420191F9d312e
Octal74261204102031372356156
Binary111100101100011000010010000100110011111110011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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