Html Css Color HEX #3C9B7E Gossamer

📋 copy color: '#3C9B7E'

red 60 ◦ green 155 ◦ blue 126

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

Shades of Gossamer #3C9B7E

Tints of Gossamer #3C9B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 17.6%
G = 45.45%
B = 36.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#3C9B7E (or 0x3C9B7E) is known color: Gossamer. HEX triplet: 3C, 9B and 7E. RGB value is (60,155,126). Sum of RGB (Red+Green+Blue) = 60+155+126=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B7E is #C36481. Grayscale: #7B7B7B. Windows color (decimal): -12805250 or 8297276. OLE color: 8297276.

HSL color Cylindrical-coordinate representation of color #3C9B7E: hue angle of 161.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B7E is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 155 126 -
CMYK 0.61 0 0.19 0.39
HSL 161.68º 0.44% 0.42% -
HSV(B) 161.68º 0.61% 0.61% -
XYZ 17.35 25.91 23.83 -
YUV 123.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 60 155 126 0.61 0 0.19 0.39 161.68 0.44 0.42
Hex 3C 9B 7E 3D 0 13 27 A2 2C 2A
Octal 74 233 176 75 0 23 47 242 54 52
Binary 111100 10011011 1111110 111101 0 10011 100111 10100010 101100 101010

Color Harmonies of #3C9B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9B7E

Black with #3C9B7E

Text Example


Text Example

White with #3C9B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,155,126); }

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

background-color css

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

 a { background-color: rgb(60,155,126); }

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

border-color css

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

 span { border-color: rgb(60,155,126); }

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