Html Css Color HEX #3CB190 Gossamer

📋 copy color: '#3CB190'

red 60 ◦ green 177 ◦ blue 144

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

Shades of Gossamer #3CB190

Tints of Gossamer #3CB190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 15.75%
G = 46.46%
B = 37.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#3CB190 (or 0x3CB190) is known color: Gossamer. HEX triplet: 3C, B1 and 90. RGB value is (60,177,144). Sum of RGB (Red+Green+Blue) = 60+177+144=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB190 is #C34E6F. Grayscale: #8A8A8A. Windows color (decimal): -12799600 or 9482556. OLE color: 9482556.

HSL color Cylindrical-coordinate representation of color #3CB190: hue angle of 163.08º 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 #3CB190 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 177 144 -
CMYK 0.66 0 0.19 0.31
HSL 163.08º 0.49% 0.46% -
HSV(B) 163.08º 0.66% 0.69% -
XYZ 22.62 34.42 31.84 -
YUV 138.26 131.24 72.18 -
System Red Green Blue C M Y K H S L
Decimal 60 177 144 0.66 0 0.19 0.31 163.08 0.49 0.46
Hex 3C B1 90 42 0 13 1F A3 31 2E
Octal 74 261 220 102 0 23 37 243 61 56
Binary 111100 10110001 10010000 1000010 0 10011 11111 10100011 110001 101110

Color Harmonies of #3CB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB190

Black with #3CB190

Text Example


Text Example

White with #3CB190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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