Html Css Color HEX #3CB093 Gossamer

📋 copy color: '#3CB093'

red 60 ◦ green 176 ◦ blue 147

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

Shades of Gossamer #3CB093

Tints of Gossamer #3CB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 15.67%
G = 45.95%
B = 38.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#3CB093 (or 0x3CB093) is known color: Gossamer. HEX triplet: 3C, B0 and 93. RGB value is (60,176,147). Sum of RGB (Red+Green+Blue) = 60+176+147=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB093 is #C34F6C. Grayscale: #8A8A8A. Windows color (decimal): -12799853 or 9678908. OLE color: 9678908.

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

Color convert

RGB 60 176 147 -
CMYK 0.66 0 0.16 0.31
HSL 165º 0.49% 0.46% -
HSV(B) 165º 0.66% 0.69% -
XYZ 22.66 34.12 33 -
YUV 138.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 60 176 147 0.66 0 0.16 0.31 165 0.49 0.46
Hex 3C B0 93 42 0 10 1F A5 31 2E
Octal 74 260 223 102 0 20 37 245 61 56
Binary 111100 10110000 10010011 1000010 0 10000 11111 10100101 110001 101110

Color Harmonies of #3CB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB093

Black with #3CB093

Text Example


Text Example

White with #3CB093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,147); }

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

background-color css

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

 a { background-color: rgb(60,176,147); }

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

border-color css

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

 span { border-color: rgb(60,176,147); }

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