#3BAA99

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

Shades of Gossamer #3BAA99

Tints of Gossamer #3BAA99

Color information

#3BAA99 (or 0x3BAA99) is unknown color: approx Gossamer. HEX triplet: 3B, AA and 99. RGB value is (59,170,153). Sum of RGB (Red+Green+Blue) = 59+170+153=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA99 is #C45566. Grayscale: #868686. Windows color (decimal): -12866919 or 10070587. OLE color: 10070587.

HSL color Cylindrical-coordinate representation of color #3BAA99: hue angle of 170.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA99 is Cyan = 0.65, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB59170153-
CMYK0.6500.10.33
HSL170.81º48.47%44.9%-
HSV(B)170.81º65.29%66.67%-
XYZ21.9331.9835.15-
YUV134.87138.2373.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.45%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=15.45%
G=44.50%
B=40.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701530.6500.10.33170.8148.4744.9
Hex3BAA99410A21ab302d
Octal73252231101012412536055
Binary111011101010101001100110000010101010000110101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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