#3FB588

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

Shades of Gossamer #3FB588

Tints of Gossamer #3FB588

Color information

#3FB588 (or 0x3FB588) is unknown color: approx Gossamer. HEX triplet: 3F, B5 and 88. RGB value is (63,181,136). Sum of RGB (Red+Green+Blue) = 63+181+136=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB588 is #C04A77. Grayscale: #8C8C8C. Windows color (decimal): -12601976 or 8959295. OLE color: 8959295.

HSL color Cylindrical-coordinate representation of color #3FB588: hue angle of 157.12º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB588 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB63181136-
CMYK0.6500.250.29
HSL157.12º48.36%47.84%-
HSV(B)157.12º65.19%70.98%-
XYZ23.0235.8829.01-
YUV140.59125.4172.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.58%
GREEN value IS 181 (71.09% from 255) = 47.63%
BLUE value IS 136 (53.52% from 255) = 35.79%
R=16.58%
G=47.63%
B=35.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631811360.6500.250.29157.1248.3647.84
Hex3FB588410191D9d3030
Octal77265210101031352356060
Binary111111101101011000100010000010110011110110011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,181,136); }

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

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

 a { background-color: rgb(63,181,136); }

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

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

 span { border-color: rgb(63,181,136); }

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