#3CA27E

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

Shades of Gossamer #3CA27E

Tints of Gossamer #3CA27E

Color information

#3CA27E (or 0x3CA27E) is unknown color: approx Gossamer. HEX triplet: 3C, A2 and 7E. RGB value is (60,162,126). Sum of RGB (Red+Green+Blue) = 60+162+126=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA27E is #C35D81. Grayscale: #7F7F7F. Windows color (decimal): -12803458 or 8299068. OLE color: 8299068.

HSL color Cylindrical-coordinate representation of color #3CA27E: hue angle of 158.82º 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 #3CA27E is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB60162126-
CMYK0.6300.220.36
HSL158.82º45.95%43.53%-
HSV(B)158.82º62.96%63.53%-
XYZ18.5528.3124.22-
YUV127.4127.2179.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.24%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=17.24%
G=46.55%
B=36.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621260.6300.220.36158.8245.9543.53
Hex3CA27E3F016249f2e2c
Octal7424217677026442375654
Binary11110010100010111111011111101011010010010011111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,162,126); }

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

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

 a { background-color: rgb(60,162,126); }

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

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

 span { border-color: rgb(60,162,126); }

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