Html Css Color HEX #3CAA92 Gossamer

📋 copy color: '#3CAA92'

red 60 ◦ green 170 ◦ blue 146

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

Shades of Gossamer #3CAA92

Tints of Gossamer #3CAA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.83%

R = 15.96%
G = 45.21%
B = 38.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#3CAA92 (or 0x3CAA92) is known color: Gossamer. HEX triplet: 3C, AA and 92. RGB value is (60,170,146). Sum of RGB (Red+Green+Blue) = 60+170+146=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA92 is #C3556D. Grayscale: #868686. Windows color (decimal): -12801390 or 9611836. OLE color: 9611836.

HSL color Cylindrical-coordinate representation of color #3CAA92: hue angle of 166.91º 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 #3CAA92 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 146 -
CMYK 0.65 0 0.14 0.33
HSL 166.91º 0.48% 0.45% -
HSV(B) 166.91º 0.65% 0.67% -
XYZ 21.43 31.79 32.2 -
YUV 134.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 60 170 146 0.65 0 0.14 0.33 166.91 0.48 0.45
Hex 3C AA 92 41 0 E 21 A7 30 2D
Octal 74 252 222 101 0 16 41 247 60 55
Binary 111100 10101010 10010010 1000001 0 1110 100001 10100111 110000 101101

Color Harmonies of #3CAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA92

Black with #3CAA92

Text Example


Text Example

White with #3CAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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