#3BA880

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

Shades of Gossamer #3BA880

Tints of Gossamer #3BA880

Color information

#3BA880 (or 0x3BA880) is unknown color: approx Gossamer. HEX triplet: 3B, A8 and 80. RGB value is (59,168,128). Sum of RGB (Red+Green+Blue) = 59+168+128=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA880 is #C4577F. Grayscale: #828282. Windows color (decimal): -12867456 or 8431675. OLE color: 8431675.

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

Color convert

RGB59168128-
CMYK0.6500.240.34
HSL157.98º48.02%44.51%-
HSV(B)157.98º64.88%65.88%-
XYZ19.730.4925.27-
YUV130.85126.3976.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 168 (66.02% from 255) = 47.32%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=16.62%
G=47.32%
B=36.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591681280.6500.240.34157.9848.0244.51
Hex3BA88041018229e302d
Octal73250200101030422366055
Binary1110111010100010000000100000101100010001010011110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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