#3BA99A

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

Shades of Gossamer #3BA99A

Tints of Gossamer #3BA99A

Color information

#3BA99A (or 0x3BA99A) is unknown color: approx Gossamer. HEX triplet: 3B, A9 and 9A. RGB value is (59,169,154). Sum of RGB (Red+Green+Blue) = 59+169+154=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA99A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA99A is #C45665. Grayscale: #868686. Windows color (decimal): -12867174 or 10135867. OLE color: 10135867.

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

Color convert

RGB59169154-
CMYK0.6500.090.34
HSL171.82º48.25%44.71%-
HSV(B)171.82º65.09%66.27%-
XYZ21.8231.6435.53-
YUV134.4139.0674.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.45%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=15.45%
G=44.24%
B=40.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591691540.6500.090.34171.8248.2544.71
Hex3BA99A410922ac302d
Octal73251232101011422546055
Binary111011101010011001101010000010100110001010101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,169,154); }

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

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

 a { background-color: rgb(59,169,154); }

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

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

 span { border-color: rgb(59,169,154); }

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