#3fb292

Color #3FB292 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3FB292

Tints of Gossamer #3FB292

Color information

#3FB292 (or 0x3FB292) is unknown color: approx Gossamer. HEX triplet: 3F, B2 and 92. RGB value is (63,178,146). Sum of RGB (Red+Green+Blue) = 63+178+146=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB292 is #C04D6D. Grayscale: #8B8B8B. Windows color (decimal): -12602734 or 9613887. OLE color: 9613887.

HSL color Cylindrical-coordinate representation of color #3FB292: hue angle of 163.3º 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 #3FB292 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB63178146-
CMYK0.6500.180.30
HSL163.3º47.72%47.25%-
HSV(B)163.3º64.61%69.8%-
XYZ23.1634.9732.72-
YUV139.97131.473.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.28%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=16.28%
G=45.99%
B=37.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631781460.6500.180.30163.347.7247.25
Hex3FB292410121Ea3302f
Octal77262222101022362436057
Binary111111101100101001001010000010100101111010100011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fb292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3fb292;
 }
 .AnyTagClassName
 {
   color: #3fb292;
 }
</style>
background-color css

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

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

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

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

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

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