Html Css Color HEX #3CA79D Gossamer

📋 copy color: '#3CA79D'

red 60 ◦ green 167 ◦ blue 157

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

Shades of Gossamer #3CA79D

Tints of Gossamer #3CA79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.49%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 15.63%
G = 43.49%
B = 40.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#3CA79D (or 0x3CA79D) is known color: Gossamer. HEX triplet: 3C, A7 and 9D. RGB value is (60,167,157). Sum of RGB (Red+Green+Blue) = 60+167+157=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA79D is #C35862. Grayscale: #858585. Windows color (decimal): -12802147 or 10331964. OLE color: 10331964.

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

Color convert

RGB 60 167 157 -
CMYK 0.64 0 0.06 0.35
HSL 174.39º 0.47% 0.45% -
HSV(B) 174.39º 0.64% 0.65% -
XYZ 21.77 31.03 36.74 -
YUV 133.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 60 167 157 0.64 0 0.06 0.35 174.39 0.47 0.45
Hex 3C A7 9D 40 0 6 23 AE 2F 2D
Octal 74 247 235 100 0 6 43 256 57 55
Binary 111100 10100111 10011101 1000000 0 110 100011 10101110 101111 101101

Color Harmonies of #3CA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA79D

Black with #3CA79D

Text Example


Text Example

White with #3CA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,167,157); }

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

background-color css

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

 a { background-color: rgb(60,167,157); }

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

border-color css

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

 span { border-color: rgb(60,167,157); }

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