Html Css Color HEX #3CAA94 Gossamer

📋 copy color: '#3CAA94'

red 60 ◦ green 170 ◦ blue 148

#3CAA94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3CAA94

Tints of Gossamer #3CAA94

RGB

 RED value IS 60 (23.83% from 255) = 15.87%

 GREEN value IS 170 (66.8% from 255) = 44.97%

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 15.87%
G = 44.97%
B = 39.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#3CAA94 (or 0x3CAA94) is known color: Gossamer. HEX triplet: 3C, AA and 94. RGB value is (60,170,148). Sum of RGB (Red+Green+Blue) = 60+170+148=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA94 is #C3556B. Grayscale: #868686. Windows color (decimal): -12801388 or 9742908. OLE color: 9742908.

HSL color Cylindrical-coordinate representation of color #3CAA94: hue angle of 168º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA94 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 148 -
CMYK 0.65 0 0.13 0.33
HSL 168º 0.48% 0.45% -
HSV(B) 168º 0.65% 0.67% -
XYZ 21.58 31.85 33.03 -
YUV 134.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 60 170 148 0.65 0 0.13 0.33 168 0.48 0.45
Hex 3C AA 94 41 0 D 21 A8 30 2D
Octal 74 252 224 101 0 15 41 250 60 55
Binary 111100 10101010 10010100 1000001 0 1101 100001 10101000 110000 101101

Color Harmonies of #3CAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA94

Black with #3CAA94

Text Example


Text Example

White with #3CAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CAA94;
 }
 .AnyTagClassName
 {
   color: #3CAA94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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