#3BAE90

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

Shades of Gossamer #3BAE90

Tints of Gossamer #3BAE90

Color information

#3BAE90 (or 0x3BAE90) is unknown color: approx Gossamer. HEX triplet: 3B, AE and 90. RGB value is (59,174,144). Sum of RGB (Red+Green+Blue) = 59+174+144=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE90 is #C4516F. Grayscale: #888888. Windows color (decimal): -12865904 or 9481787. OLE color: 9481787.

HSL color Cylindrical-coordinate representation of color #3BAE90: hue angle of 164.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE90 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB59174144-
CMYK0.6600.170.32
HSL164.35º49.36%45.69%-
HSV(B)164.35º66.09%68.24%-
XYZ21.9733.2231.64-
YUV136.2132.472.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=15.65%
G=46.15%
B=38.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591741440.6600.170.32164.3549.3645.69
Hex3BAE904201120a4312e
Octal73256220102021402446156
Binary1110111010111010010000100001001000110000010100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,174,144); }

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

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

 a { background-color: rgb(59,174,144); }

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

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

 span { border-color: rgb(59,174,144); }

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