#3BA889

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

Shades of Gossamer #3BA889

Tints of Gossamer #3BA889

Color information

#3BA889 (or 0x3BA889) is unknown color: approx Gossamer. HEX triplet: 3B, A8 and 89. RGB value is (59,168,137). Sum of RGB (Red+Green+Blue) = 59+168+137=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA889 is #C45776. Grayscale: #838383. Windows color (decimal): -12867447 or 9021499. OLE color: 9021499.

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

Color convert

RGB59168137-
CMYK0.6500.180.34
HSL162.94º48.02%44.51%-
HSV(B)162.94º64.88%65.88%-
XYZ20.3230.7428.53-
YUV131.88130.8976.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.21%
GREEN value IS 168 (66.02% from 255) = 46.15%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=16.21%
G=46.15%
B=37.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591681370.6500.180.34162.9448.0244.51
Hex3BA8894101222a3302d
Octal73250211101022422436055
Binary1110111010100010001001100000101001010001010100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,168,137); }

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

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

 a { background-color: rgb(59,168,137); }

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

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

 span { border-color: rgb(59,168,137); }

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