#3BA682

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

Shades of Gossamer #3BA682

Tints of Gossamer #3BA682

Color information

#3BA682 (or 0x3BA682) is unknown color: approx Gossamer. HEX triplet: 3B, A6 and 82. RGB value is (59,166,130). Sum of RGB (Red+Green+Blue) = 59+166+130=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA682 is #C4597D. Grayscale: #818181. Windows color (decimal): -12867966 or 8562235. OLE color: 8562235.

HSL color Cylindrical-coordinate representation of color #3BA682: hue angle of 159.81º degrees, saturation: 0.48, 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 #3BA682 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB59166130-
CMYK0.6400.220.35
HSL159.81º47.56%44.12%-
HSV(B)159.81º64.46%65.1%-
XYZ19.4729.8125.85-
YUV129.9128.0577.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=16.62%
G=46.76%
B=36.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591661300.6400.220.35159.8147.5644.12
Hex3BA6824001623a0302c
Octal73246202100026432406054
Binary1110111010011010000010100000001011010001110100000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,166,130); }

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

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

 a { background-color: rgb(59,166,130); }

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

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

 span { border-color: rgb(59,166,130); }

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