Html Css Color HEX #3CA093 Gossamer

📋 copy color: '#3CA093'

red 60 ◦ green 160 ◦ blue 147

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

Shades of Gossamer #3CA093

Tints of Gossamer #3CA093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

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

R = 16.35%
G = 43.6%
B = 40.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#3CA093 (or 0x3CA093) is known color: Gossamer. HEX triplet: 3C, A0 and 93. RGB value is (60,160,147). Sum of RGB (Red+Green+Blue) = 60+160+147=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA093 is #C35F6C. Grayscale: #808080. Windows color (decimal): -12803949 or 9674812. OLE color: 9674812.

HSL color Cylindrical-coordinate representation of color #3CA093: hue angle of 172.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3CA093 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 147 -
CMYK 0.62 0 0.08 0.37
HSL 172.2º 0.45% 0.43% -
HSV(B) 172.2º 0.63% 0.63% -
XYZ 19.7 28.21 32.01 -
YUV 128.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 60 160 147 0.62 0 0.08 0.37 172.2 0.45 0.43
Hex 3C A0 93 3E 0 8 25 AC 2D 2B
Octal 74 240 223 76 0 10 45 254 55 53
Binary 111100 10100000 10010011 111110 0 1000 100101 10101100 101101 101011

Color Harmonies of #3CA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA093

Black with #3CA093

Text Example


Text Example

White with #3CA093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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