#3BA58F

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

Shades of Gossamer #3BA58F

Tints of Gossamer #3BA58F

Color information

#3BA58F (or 0x3BA58F) is unknown color: approx Gossamer. HEX triplet: 3B, A5 and 8F. RGB value is (59,165,143). Sum of RGB (Red+Green+Blue) = 59+165+143=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA58F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA58F is #C45A70. Grayscale: #828282. Windows color (decimal): -12868209 or 9413947. OLE color: 9413947.

HSL color Cylindrical-coordinate representation of color #3BA58F: hue angle of 167.55º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA58F is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB59165143-
CMYK0.6400.130.35
HSL167.55º47.32%43.92%-
HSV(B)167.55º64.24%64.71%-
XYZ20.2229.8230.68-
YUV130.8134.8876.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.08%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=16.08%
G=44.96%
B=38.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591651430.6400.130.35167.5547.3243.92
Hex3BA58F400D23a82f2c
Octal73245217100015432505754
Binary111011101001011000111110000000110110001110101000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,165,143); }

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

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

 a { background-color: rgb(59,165,143); }

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

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

 span { border-color: rgb(59,165,143); }

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