#3CA28A

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

Shades of Gossamer #3CA28A

Tints of Gossamer #3CA28A

Color information

#3CA28A (or 0x3CA28A) is unknown color: approx Gossamer. HEX triplet: 3C, A2 and 8A. RGB value is (60,162,138). Sum of RGB (Red+Green+Blue) = 60+162+138=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA28A is #C35D75. Grayscale: #808080. Windows color (decimal): -12803446 or 9085500. OLE color: 9085500.

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

Color convert

RGB60162138-
CMYK0.6300.150.36
HSL165.88º45.95%43.53%-
HSV(B)165.88º62.96%63.53%-
XYZ19.3728.6428.55-
YUV128.77133.2178.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.67%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=16.67%
G=45%
B=38.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601621380.6300.150.36165.8845.9543.53
Hex3CA28A3F0F24a62e2c
Octal7424221277017442465654
Binary11110010100010100010101111110111110010010100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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