#3BA88D

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

Shades of Gossamer #3BA88D

Tints of Gossamer #3BA88D

Color information

#3BA88D (or 0x3BA88D) is unknown color: approx Gossamer. HEX triplet: 3B, A8 and 8D. RGB value is (59,168,141). Sum of RGB (Red+Green+Blue) = 59+168+141=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA88D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA88D is #C45772. Grayscale: #848484. Windows color (decimal): -12867443 or 9283643. OLE color: 9283643.

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

Color convert

RGB59168141-
CMYK0.6500.160.34
HSL165.14º48.02%44.51%-
HSV(B)165.14º64.88%65.88%-
XYZ20.6130.8630.07-
YUV132.33132.8975.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.03%
GREEN value IS 168 (66.02% from 255) = 45.65%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=16.03%
G=45.65%
B=38.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591681410.6500.160.34165.1448.0244.51
Hex3BA88D4101022a5302d
Octal73250215101020422456055
Binary1110111010100010001101100000101000010001010100101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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