Html Css Color HEX #3FB294 Gossamer

📋 copy color: '#3FB294'

red 63 ◦ green 178 ◦ blue 148

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

Shades of Gossamer #3FB294

Tints of Gossamer #3FB294

RGB

 RED value IS 63 (25% from 255) = 16.2%

 GREEN value IS 178 (69.92% from 255) = 45.76%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 16.2%
G = 45.76%
B = 38.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#3FB294 (or 0x3FB294) is known color: Gossamer. HEX triplet: 3F, B2 and 94. RGB value is (63,178,148). Sum of RGB (Red+Green+Blue) = 63+178+148=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB294 is #C04D6B. Grayscale: #8C8C8C. Windows color (decimal): -12602732 or 9744959. OLE color: 9744959.

HSL color Cylindrical-coordinate representation of color #3FB294: hue angle of 164.35º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB294 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 178 148 -
CMYK 0.65 0 0.17 0.30
HSL 164.35º 0.48% 0.47% -
HSV(B) 164.35º 0.65% 0.7% -
XYZ 23.32 35.04 33.55 -
YUV 140.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 63 178 148 0.65 0 0.17 0.30 164.35 0.48 0.47
Hex 3F B2 94 41 0 11 1E A4 30 2F
Octal 77 262 224 101 0 21 36 244 60 57
Binary 111111 10110010 10010100 1000001 0 10001 11110 10100100 110000 101111

Color Harmonies of #3FB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB294

Black with #3FB294

Text Example


Text Example

White with #3FB294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,178,148); }

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

background-color css

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

 a { background-color: rgb(63,178,148); }

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

border-color css

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

 span { border-color: rgb(63,178,148); }

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