#3BA799

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

Shades of Gossamer #3BA799

Tints of Gossamer #3BA799

Color information

#3BA799 (or 0x3BA799) is unknown color: approx Gossamer. HEX triplet: 3B, A7 and 99. RGB value is (59,167,153). Sum of RGB (Red+Green+Blue) = 59+167+153=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA799 is #C45866. Grayscale: #858585. Windows color (decimal): -12867687 or 10069819. OLE color: 10069819.

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

Color convert

RGB59167153-
CMYK0.6500.080.35
HSL172.22º47.79%44.31%-
HSV(B)172.22º64.67%65.49%-
XYZ21.3730.8734.97-
YUV133.11139.2275.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.57%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=15.57%
G=44.06%
B=40.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591671530.6500.080.35172.2247.7944.31
Hex3BA799410823ac302c
Octal73247231101010432546054
Binary111011101001111001100110000010100010001110101100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,167,153); }

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

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

 a { background-color: rgb(59,167,153); }

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

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

 span { border-color: rgb(59,167,153); }

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