#3FB298

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

Shades of Gossamer #3FB298

Tints of Gossamer #3FB298

Color information

#3FB298 (or 0x3FB298) is unknown color: approx Gossamer. HEX triplet: 3F, B2 and 98. RGB value is (63,178,152). Sum of RGB (Red+Green+Blue) = 63+178+152=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB298 is #C04D67. Grayscale: #8C8C8C. Windows color (decimal): -12602728 or 10007103. OLE color: 10007103.

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

Color convert

RGB63178152-
CMYK0.6500.150.30
HSL166.43º47.72%47.25%-
HSV(B)166.43º64.61%69.8%-
XYZ23.6435.1635.25-
YUV140.65134.472.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.03%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=16.03%
G=45.29%
B=38.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631781520.6500.150.30166.4347.7247.25
Hex3FB298410F1Ea6302f
Octal77262230101017362466057
Binary11111110110010100110001000001011111111010100110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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