#3CAF94

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

Shades of Gossamer #3CAF94

Tints of Gossamer #3CAF94

Color information

#3CAF94 (or 0x3CAF94) is unknown color: approx Gossamer. HEX triplet: 3C, AF and 94. RGB value is (60,175,148). Sum of RGB (Red+Green+Blue) = 60+175+148=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF94 is #C3506B. Grayscale: #898989. Windows color (decimal): -12800108 or 9744188. OLE color: 9744188.

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

Color convert

RGB60175148-
CMYK0.6600.150.31
HSL165.91º48.94%46.08%-
HSV(B)165.91º65.71%68.63%-
XYZ22.5433.7633.35-
YUV137.54133.972.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.67%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=15.67%
G=45.69%
B=38.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601751480.6600.150.31165.9148.9446.08
Hex3CAF94420F1Fa6312e
Octal74257224102017372466156
Binary11110010101111100101001000010011111111110100110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,175,148); }

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

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

 a { background-color: rgb(60,175,148); }

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

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

 span { border-color: rgb(60,175,148); }

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