#3BAA88

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

Shades of Gossamer #3BAA88

Tints of Gossamer #3BAA88

Color information

#3BAA88 (or 0x3BAA88) is unknown color: approx Gossamer. HEX triplet: 3B, AA and 88. RGB value is (59,170,136). Sum of RGB (Red+Green+Blue) = 59+170+136=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA88 is #C45577. Grayscale: #848484. Windows color (decimal): -12866936 or 8956475. OLE color: 8956475.

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

Color convert

RGB59170136-
CMYK0.6500.200.33
HSL161.62º48.47%44.9%-
HSV(B)161.62º65.29%66.67%-
XYZ20.6231.4628.28-
YUV132.93129.7375.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.16%
GREEN value IS 170 (66.80% from 255) = 46.58%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=16.16%
G=46.58%
B=37.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701360.6500.200.33161.6248.4744.9
Hex3BAA884101421a2302d
Octal73252210101024412426055
Binary1110111010101010001000100000101010010000110100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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