Html Css Color HEX #3CAC82 Gossamer

📋 copy color: '#3CAC82'

red 60 ◦ green 172 ◦ blue 130

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

Shades of Gossamer #3CAC82

Tints of Gossamer #3CAC82

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.51%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 16.57%
G = 47.51%
B = 35.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#3CAC82 (or 0x3CAC82) is known color: Gossamer. HEX triplet: 3C, AC and 82. RGB value is (60,172,130). Sum of RGB (Red+Green+Blue) = 60+172+130=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC82 is #C3537D. Grayscale: #858585. Windows color (decimal): -12800894 or 8563772. OLE color: 8563772.

HSL color Cylindrical-coordinate representation of color #3CAC82: hue angle of 157.5º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC82 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 172 130 -
CMYK 0.65 0 0.24 0.33
HSL 157.5º 0.48% 0.45% -
HSV(B) 157.5º 0.65% 0.67% -
XYZ 20.65 32.08 26.22 -
YUV 133.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 60 172 130 0.65 0 0.24 0.33 157.5 0.48 0.45
Hex 3C AC 82 41 0 18 21 9E 30 2D
Octal 74 254 202 101 0 30 41 236 60 55
Binary 111100 10101100 10000010 1000001 0 11000 100001 10011110 110000 101101

Color Harmonies of #3CAC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC82

Black with #3CAC82

Text Example


Text Example

White with #3CAC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,172,130); }

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

background-color css

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

 a { background-color: rgb(60,172,130); }

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

border-color css

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

 span { border-color: rgb(60,172,130); }

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