Html Css Color HEX #3FA294 Gossamer

📋 copy color: '#3FA294'

red 63 ◦ green 162 ◦ blue 148

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

Shades of Gossamer #3FA294

Tints of Gossamer #3FA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

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

R = 16.89%
G = 43.43%
B = 39.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#3FA294 (or 0x3FA294) is known color: Gossamer. HEX triplet: 3F, A2 and 94. RGB value is (63,162,148). Sum of RGB (Red+Green+Blue) = 63+162+148=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA294 is #C05D6B. Grayscale: #828282. Windows color (decimal): -12606828 or 9740863. OLE color: 9740863.

HSL color Cylindrical-coordinate representation of color #3FA294: hue angle of 171.52º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA294 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 162 148 -
CMYK 0.61 0 0.09 0.36
HSL 171.52º 0.44% 0.44% -
HSV(B) 171.52º 0.61% 0.64% -
XYZ 20.32 29.04 32.55 -
YUV 130.8 137.7 79.64 -
System Red Green Blue C M Y K H S L
Decimal 63 162 148 0.61 0 0.09 0.36 171.52 0.44 0.44
Hex 3F A2 94 3D 0 9 24 AC 2C 2C
Octal 77 242 224 75 0 11 44 254 54 54
Binary 111111 10100010 10010100 111101 0 1001 100100 10101100 101100 101100

Color Harmonies of #3FA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA294

Black with #3FA294

Text Example


Text Example

White with #3FA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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