#2B9B86

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

Shades of Gossamer #2B9B86

Tints of Gossamer #2B9B86

Color information

#2B9B86 (or 0x2B9B86) is unknown color: approx Gossamer. HEX triplet: 2B, 9B and 86. RGB value is (43,155,134). Sum of RGB (Red+Green+Blue) = 43+155+134=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9B86 is #D46479. Grayscale: #777777. Windows color (decimal): -13919354 or 8821547. OLE color: 8821547.

HSL color Cylindrical-coordinate representation of color #2B9B86: hue angle of 168.75º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B86 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB43155134-
CMYK0.7200.140.39
HSL168.75º56.57%38.82%-
HSV(B)168.75º72.26%60.78%-
XYZ17.0225.6826.61-
YUV119.12136.3973.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=12.95%
G=46.69%
B=40.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431551340.7200.140.39168.7556.5738.82
Hex2B9B86480E27a93927
Octal53233206110016472517147
Binary101011100110111000011010010000111010011110101001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,155,134); }

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

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

 a { background-color: rgb(43,155,134); }

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

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

 span { border-color: rgb(43,155,134); }

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