#2B9989

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

Shades of Gossamer #2B9989

Tints of Gossamer #2B9989

Color information

#2B9989 (or 0x2B9989) is unknown color: approx Gossamer. HEX triplet: 2B, 99 and 89. RGB value is (43,153,137). Sum of RGB (Red+Green+Blue) = 43+153+137=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9989 is #D46676. Grayscale: #767676. Windows color (decimal): -13919863 or 9017643. OLE color: 9017643.

HSL color Cylindrical-coordinate representation of color #2B9989: hue angle of 171.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9989 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB43153137-
CMYK0.7200.100.4
HSL171.27º56.12%38.43%-
HSV(B)171.27º71.9%60%-
XYZ16.925.127.62-
YUV118.29138.5674.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.91%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=12.91%
G=45.95%
B=41.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal431531370.7200.100.4171.2756.1238.43
Hex2B9989480A28ab3826
Octal53231211110012502537046
Binary101011100110011000100110010000101010100010101011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B9989; }

 p { color: rgb(43,153,137); }

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

<style>
 a { background-color: #2B9989; }

 a { background-color: rgb(43,153,137); }

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

<style>
 span { border-color: #2B9989; }

 span { border-color: rgb(43,153,137); }

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