#3CA48E

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

Shades of Gossamer #3CA48E

Tints of Gossamer #3CA48E

Color information

#3CA48E (or 0x3CA48E) is unknown color: approx Gossamer. HEX triplet: 3C, A4 and 8E. RGB value is (60,164,142). Sum of RGB (Red+Green+Blue) = 60+164+142=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA48E is #C35B71. Grayscale: #828282. Windows color (decimal): -12802930 or 9348156. OLE color: 9348156.

HSL color Cylindrical-coordinate representation of color #3CA48E: hue angle of 167.31º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA48E is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB60164142-
CMYK0.6300.130.36
HSL167.31º46.43%43.92%-
HSV(B)167.31º63.41%64.31%-
XYZ20.0229.4630.22-
YUV130.4134.5477.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.39%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=16.39%
G=44.81%
B=38.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601641420.6300.130.36167.3146.4343.92
Hex3CA48E3F0D24a72e2c
Octal7424421677015442475654
Binary11110010100100100011101111110110110010010100111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,164,142); }

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

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

 a { background-color: rgb(60,164,142); }

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

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

 span { border-color: rgb(60,164,142); }

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