#3BA88C

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

Shades of Gossamer #3BA88C

Tints of Gossamer #3BA88C

Color information

#3BA88C (or 0x3BA88C) is unknown color: approx Gossamer. HEX triplet: 3B, A8 and 8C. RGB value is (59,168,140). Sum of RGB (Red+Green+Blue) = 59+168+140=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA88C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA88C is #C45773. Grayscale: #848484. Windows color (decimal): -12867444 or 9218107. OLE color: 9218107.

HSL color Cylindrical-coordinate representation of color #3BA88C: hue angle of 164.59º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA88C is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB59168140-
CMYK0.6500.170.34
HSL164.59º48.02%44.51%-
HSV(B)164.59º64.88%65.88%-
XYZ20.5430.8329.68-
YUV132.22132.3975.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.08%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=16.08%
G=45.78%
B=38.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591681400.6500.170.34164.5948.0244.51
Hex3BA88C4101122a5302d
Octal73250214101021422456055
Binary1110111010100010001100100000101000110001010100101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,168,140); }

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

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

 a { background-color: rgb(59,168,140); }

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

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

 span { border-color: rgb(59,168,140); }

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