#3CA58E

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

Shades of Gossamer #3CA58E

Tints of Gossamer #3CA58E

Color information

#3CA58E (or 0x3CA58E) is unknown color: approx Gossamer. HEX triplet: 3C, A5 and 8E. RGB value is (60,165,142). Sum of RGB (Red+Green+Blue) = 60+165+142=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA58E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA58E is #C35A71. Grayscale: #828282. Windows color (decimal): -12802674 or 9348412. OLE color: 9348412.

HSL color Cylindrical-coordinate representation of color #3CA58E: hue angle of 166.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA58E is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB60165142-
CMYK0.6400.140.35
HSL166.86º46.67%44.12%-
HSV(B)166.86º63.64%64.71%-
XYZ20.229.8230.28-
YUV130.98134.2177.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.35%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=16.35%
G=44.96%
B=38.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601651420.6400.140.35166.8646.6744.12
Hex3CA58E400E23a72f2c
Octal74245216100016432475754
Binary111100101001011000111010000000111010001110100111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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