Html Css Color HEX #3CB18D Gossamer

📋 copy color: '#3CB18D'

red 60 ◦ green 177 ◦ blue 141

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

Shades of Gossamer #3CB18D

Tints of Gossamer #3CB18D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.83%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 15.87%
G = 46.83%
B = 37.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#3CB18D (or 0x3CB18D) is known color: Gossamer. HEX triplet: 3C, B1 and 8D. RGB value is (60,177,141). Sum of RGB (Red+Green+Blue) = 60+177+141=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB18D is #C34E72. Grayscale: #898989. Windows color (decimal): -12799603 or 9285948. OLE color: 9285948.

HSL color Cylindrical-coordinate representation of color #3CB18D: hue angle of 161.54º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB18D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 177 141 -
CMYK 0.66 0 0.20 0.31
HSL 161.54º 0.49% 0.46% -
HSV(B) 161.54º 0.66% 0.69% -
XYZ 22.39 34.33 30.65 -
YUV 137.91 129.74 72.43 -
System Red Green Blue C M Y K H S L
Decimal 60 177 141 0.66 0 0.20 0.31 161.54 0.49 0.46
Hex 3C B1 8D 42 0 14 1F A2 31 2E
Octal 74 261 215 102 0 24 37 242 61 56
Binary 111100 10110001 10001101 1000010 0 10100 11111 10100010 110001 101110

Color Harmonies of #3CB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB18D

Black with #3CB18D

Text Example


Text Example

White with #3CB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,177,141); }

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

background-color css

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

 a { background-color: rgb(60,177,141); }

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

border-color css

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

 span { border-color: rgb(60,177,141); }

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