Html Css Color HEX #3C997A Gossamer

📋 copy color: '#3C997A'

red 60 ◦ green 153 ◦ blue 122

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

Shades of Gossamer #3C997A

Tints of Gossamer #3C997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 17.91%
G = 45.67%
B = 36.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#3C997A (or 0x3C997A) is known color: Gossamer. HEX triplet: 3C, 99 and 7A. RGB value is (60,153,122). Sum of RGB (Red+Green+Blue) = 60+153+122=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #3C997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C997A is #C36685. Grayscale: #797979. Windows color (decimal): -12805766 or 8034620. OLE color: 8034620.

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

Color convert

RGB 60 153 122 -
CMYK 0.61 0 0.20 0.4
HSL 160º 0.44% 0.42% -
HSV(B) 160º 0.61% 0.6% -
XYZ 16.77 25.15 22.38 -
YUV 121.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 60 153 122 0.61 0 0.20 0.4 160 0.44 0.42
Hex 3C 99 7A 3D 0 14 28 A0 2C 2A
Octal 74 231 172 75 0 24 50 240 54 52
Binary 111100 10011001 1111010 111101 0 10100 101000 10100000 101100 101010

Color Harmonies of #3C997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C997A

Black with #3C997A

Text Example


Text Example

White with #3C997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,153,122); }

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

background-color css

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

 a { background-color: rgb(60,153,122); }

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

border-color css

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

 span { border-color: rgb(60,153,122); }

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