#3BA89A

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

Shades of Gossamer #3BA89A

Tints of Gossamer #3BA89A

Color information

#3BA89A (or 0x3BA89A) is unknown color: approx Gossamer. HEX triplet: 3B, A8 and 9A. RGB value is (59,168,154). Sum of RGB (Red+Green+Blue) = 59+168+154=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA89A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA89A is #C45765. Grayscale: #858585. Windows color (decimal): -12867430 or 10135611. OLE color: 10135611.

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

Color convert

RGB59168154-
CMYK0.6500.080.34
HSL172.29º48.02%44.51%-
HSV(B)172.29º64.88%65.88%-
XYZ21.6431.2735.47-
YUV133.81139.3974.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.49%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=15.49%
G=44.09%
B=40.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal591681540.6500.080.34172.2948.0244.51
Hex3BA89A410822ac302d
Octal73250232101010422546055
Binary111011101010001001101010000010100010001010101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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