Html Css Color HEX #3CA07D Gossamer

📋 copy color: '#3CA07D'

red 60 ◦ green 160 ◦ blue 125

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

Shades of Gossamer #3CA07D

Tints of Gossamer #3CA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 17.39%
G = 46.38%
B = 36.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#3CA07D (or 0x3CA07D) is known color: Gossamer. HEX triplet: 3C, A0 and 7D. RGB value is (60,160,125). Sum of RGB (Red+Green+Blue) = 60+160+125=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA07D is #C35F82. Grayscale: #7E7E7E. Windows color (decimal): -12803971 or 8233020. OLE color: 8233020.

HSL color Cylindrical-coordinate representation of color #3CA07D: hue angle of 159º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA07D is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 125 -
CMYK 0.62 0 0.22 0.37
HSL 159º 0.45% 0.43% -
HSV(B) 159º 0.63% 0.63% -
XYZ 18.14 27.58 23.77 -
YUV 126.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 60 160 125 0.62 0 0.22 0.37 159 0.45 0.43
Hex 3C A0 7D 3E 0 16 25 9F 2D 2B
Octal 74 240 175 76 0 26 45 237 55 53
Binary 111100 10100000 1111101 111110 0 10110 100101 10011111 101101 101011

Color Harmonies of #3CA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA07D

Black with #3CA07D

Text Example


Text Example

White with #3CA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,160,125); }

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

background-color css

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

 a { background-color: rgb(60,160,125); }

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

border-color css

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

 span { border-color: rgb(60,160,125); }

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