Html Css Color HEX #3C978A Gossamer

📋 copy color: '#3C978A'

red 60 ◦ green 151 ◦ blue 138

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

Shades of Gossamer #3C978A

Tints of Gossamer #3C978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 17.19%
G = 43.27%
B = 39.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#3C978A (or 0x3C978A) is known color: Gossamer. HEX triplet: 3C, 97 and 8A. RGB value is (60,151,138). Sum of RGB (Red+Green+Blue) = 60+151+138=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #3C978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C978A is #C36875. Grayscale: #7A7A7A. Windows color (decimal): -12806262 or 9082684. OLE color: 9082684.

HSL color Cylindrical-coordinate representation of color #3C978A: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C978A is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 151 138 -
CMYK 0.60 0 0.09 0.41
HSL 171.43º 0.43% 0.41% -
HSV(B) 171.43º 0.6% 0.59% -
XYZ 17.52 24.93 27.93 -
YUV 122.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 60 151 138 0.60 0 0.09 0.41 171.43 0.43 0.41
Hex 3C 97 8A 3C 0 9 29 AB 2B 29
Octal 74 227 212 74 0 11 51 253 53 51
Binary 111100 10010111 10001010 111100 0 1001 101001 10101011 101011 101001

Color Harmonies of #3C978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C978A

Black with #3C978A

Text Example


Text Example

White with #3C978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,151,138); }

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

background-color css

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

 a { background-color: rgb(60,151,138); }

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

border-color css

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

 span { border-color: rgb(60,151,138); }

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