#2B9B81

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

Shades of Gossamer #2B9B81

Tints of Gossamer #2B9B81

Color information

#2B9B81 (or 0x2B9B81) is unknown color: approx Gossamer. HEX triplet: 2B, 9B and 81. RGB value is (43,155,129). Sum of RGB (Red+Green+Blue) = 43+155+129=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9B81 is #D4647E. Grayscale: #767676. Windows color (decimal): -13919359 or 8493867. OLE color: 8493867.

HSL color Cylindrical-coordinate representation of color #2B9B81: hue angle of 166.07º 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 #2B9B81 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB43155129-
CMYK0.7200.170.39
HSL166.07º56.57%38.82%-
HSV(B)166.07º72.26%60.78%-
XYZ16.6825.5424.82-
YUV118.55133.8974.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=13.15%
G=47.40%
B=39.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431551290.7200.170.39166.0756.5738.82
Hex2B9B814801127a63927
Octal53233201110021472467147
Binary1010111001101110000001100100001000110011110100110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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