Html Css Color HEX #3CA394 Gossamer

📋 copy color: '#3CA394'

red 60 ◦ green 163 ◦ blue 148

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

Shades of Gossamer #3CA394

Tints of Gossamer #3CA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

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

R = 16.17%
G = 43.94%
B = 39.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#3CA394 (or 0x3CA394) is known color: Gossamer. HEX triplet: 3C, A3 and 94. RGB value is (60,163,148). Sum of RGB (Red+Green+Blue) = 60+163+148=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA394 is #C35C6B. Grayscale: #828282. Windows color (decimal): -12803180 or 9741116. OLE color: 9741116.

HSL color Cylindrical-coordinate representation of color #3CA394: hue angle of 171.26º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA394 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 163 148 -
CMYK 0.63 0 0.09 0.36
HSL 171.26º 0.46% 0.44% -
HSV(B) 171.26º 0.63% 0.64% -
XYZ 20.31 29.29 32.6 -
YUV 130.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 60 163 148 0.63 0 0.09 0.36 171.26 0.46 0.44
Hex 3C A3 94 3F 0 9 24 AB 2E 2C
Octal 74 243 224 77 0 11 44 253 56 54
Binary 111100 10100011 10010100 111111 0 1001 100100 10101011 101110 101100

Color Harmonies of #3CA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA394

Black with #3CA394

Text Example


Text Example

White with #3CA394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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