Html Css Color HEX #3CA995 Gossamer

📋 copy color: '#3CA995'

red 60 ◦ green 169 ◦ blue 149

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

Shades of Gossamer #3CA995

Tints of Gossamer #3CA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 15.87%
G = 44.71%
B = 39.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#3CA995 (or 0x3CA995) is known color: Gossamer. HEX triplet: 3C, A9 and 95. RGB value is (60,169,149). Sum of RGB (Red+Green+Blue) = 60+169+149=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA995 is #C3566A. Grayscale: #868686. Windows color (decimal): -12801643 or 9808188. OLE color: 9808188.

HSL color Cylindrical-coordinate representation of color #3CA995: hue angle of 168.99º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA995 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 60 169 149 -
CMYK 0.64 0 0.12 0.34
HSL 168.99º 0.48% 0.45% -
HSV(B) 168.99º 0.64% 0.66% -
XYZ 21.48 31.51 33.38 -
YUV 134.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 60 169 149 0.64 0 0.12 0.34 168.99 0.48 0.45
Hex 3C A9 95 40 0 C 22 A9 30 2D
Octal 74 251 225 100 0 14 42 251 60 55
Binary 111100 10101001 10010101 1000000 0 1100 100010 10101001 110000 101101

Color Harmonies of #3CA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA995

Black with #3CA995

Text Example


Text Example

White with #3CA995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,169,149); }

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

background-color css

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

 a { background-color: rgb(60,169,149); }

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

border-color css

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

 span { border-color: rgb(60,169,149); }

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