Html Css Color HEX #3CA496 Gossamer

📋 copy color: '#3CA496'

red 60 ◦ green 164 ◦ blue 150

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

Shades of Gossamer #3CA496

Tints of Gossamer #3CA496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 16.04%
G = 43.85%
B = 40.11%

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

#3CA496 (or 0x3CA496) is known color: Gossamer. HEX triplet: 3C, A4 and 96. RGB value is (60,164,150). Sum of RGB (Red+Green+Blue) = 60+164+150=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA496 is #C35B69. Grayscale: #838383. Windows color (decimal): -12802922 or 9872444. OLE color: 9872444.

HSL color Cylindrical-coordinate representation of color #3CA496: hue angle of 171.92º 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 #3CA496 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 164 150 -
CMYK 0.63 0 0.09 0.36
HSL 171.92º 0.46% 0.44% -
HSV(B) 171.92º 0.63% 0.64% -
XYZ 20.64 29.71 33.5 -
YUV 131.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 60 164 150 0.63 0 0.09 0.36 171.92 0.46 0.44
Hex 3C A4 96 3F 0 9 24 AC 2E 2C
Octal 74 244 226 77 0 11 44 254 56 54
Binary 111100 10100100 10010110 111111 0 1001 100100 10101100 101110 101100

Color Harmonies of #3CA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA496

Black with #3CA496

Text Example


Text Example

White with #3CA496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,164,150); }

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

background-color css

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

 a { background-color: rgb(60,164,150); }

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

border-color css

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

 span { border-color: rgb(60,164,150); }

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