Html Css Color HEX #3CA28C Gossamer

📋 copy color: '#3CA28C'

red 60 ◦ green 162 ◦ blue 140

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

Shades of Gossamer #3CA28C

Tints of Gossamer #3CA28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 16.57%
G = 44.75%
B = 38.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#3CA28C (or 0x3CA28C) is known color: Gossamer. HEX triplet: 3C, A2 and 8C. RGB value is (60,162,140). Sum of RGB (Red+Green+Blue) = 60+162+140=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA28C is #C35D73. Grayscale: #808080. Windows color (decimal): -12803444 or 9216572. OLE color: 9216572.

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

Color convert

RGB 60 162 140 -
CMYK 0.63 0 0.14 0.36
HSL 167.06º 0.46% 0.44% -
HSV(B) 167.06º 0.63% 0.64% -
XYZ 19.52 28.69 29.32 -
YUV 128.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 60 162 140 0.63 0 0.14 0.36 167.06 0.46 0.44
Hex 3C A2 8C 3F 0 E 24 A7 2E 2C
Octal 74 242 214 77 0 16 44 247 56 54
Binary 111100 10100010 10001100 111111 0 1110 100100 10100111 101110 101100

Color Harmonies of #3CA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA28C

Black with #3CA28C

Text Example


Text Example

White with #3CA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,162,140); }

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

background-color css

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

 a { background-color: rgb(60,162,140); }

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

border-color css

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

 span { border-color: rgb(60,162,140); }

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