#2B9680

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

Shades of Gossamer #2B9680

Tints of Gossamer #2B9680

Color information

#2B9680 (or 0x2B9680) is unknown color: approx Gossamer. HEX triplet: 2B, 96 and 80. RGB value is (43,150,128). Sum of RGB (Red+Green+Blue) = 43+150+128=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9680 is #D4697F. Grayscale: #737373. Windows color (decimal): -13920640 or 8427051. OLE color: 8427051.

HSL color Cylindrical-coordinate representation of color #2B9680: hue angle of 167.66º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9680 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB43150128-
CMYK0.7100.150.41
HSL167.66º55.44%37.84%-
HSV(B)167.66º71.33%58.82%-
XYZ15.823.8824.2-
YUV115.5135.0576.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=13.40%
G=46.73%
B=39.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431501280.7100.150.41167.6655.4437.84
Hex2B9680470F29a83726
Octal53226200107017512506746
Binary101011100101101000000010001110111110100110101000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,150,128); }

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

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

 a { background-color: rgb(43,150,128); }

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

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

 span { border-color: rgb(43,150,128); }

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