Html Css Color HEX #3CA696 Gossamer

📋 copy color: '#3CA696'

red 60 ◦ green 166 ◦ blue 150

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

Shades of Gossamer #3CA696

Tints of Gossamer #3CA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

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

R = 15.96%
G = 44.15%
B = 39.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#3CA696 (or 0x3CA696) is known color: Gossamer. HEX triplet: 3C, A6 and 96. RGB value is (60,166,150). Sum of RGB (Red+Green+Blue) = 60+166+150=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA696 is #C35969. Grayscale: #848484. Windows color (decimal): -12802410 or 9872956. OLE color: 9872956.

HSL color Cylindrical-coordinate representation of color #3CA696: hue angle of 170.94º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA696 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 150 -
CMYK 0.64 0 0.10 0.35
HSL 170.94º 0.47% 0.44% -
HSV(B) 170.94º 0.64% 0.65% -
XYZ 21 30.44 33.62 -
YUV 132.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 60 166 150 0.64 0 0.10 0.35 170.94 0.47 0.44
Hex 3C A6 96 40 0 A 23 AB 2F 2C
Octal 74 246 226 100 0 12 43 253 57 54
Binary 111100 10100110 10010110 1000000 0 1010 100011 10101011 101111 101100

Color Harmonies of #3CA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA696

Black with #3CA696

Text Example


Text Example

White with #3CA696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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