#2b8f81

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

Shades of Gossamer #2B8F81

Tints of Gossamer #2B8F81

Color information

#2B8F81 (or 0x2B8F81) is unknown color: approx Gossamer. HEX triplet: 2B, 8F and 81. RGB value is (43,143,129). Sum of RGB (Red+Green+Blue) = 43+143+129=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8F81 is #D4707E. Grayscale: #6F6F6F. Windows color (decimal): -13922431 or 8490795. OLE color: 8490795.

HSL color Cylindrical-coordinate representation of color #2B8F81: hue angle of 171.6º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F81 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB43143129-
CMYK0.7000.100.44
HSL171.6º53.76%36.47%-
HSV(B)171.6º69.93%56.08%-
XYZ14.7821.7424.19-
YUV111.5137.8779.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=13.65%
G=45.40%
B=40.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal431431290.7000.100.44171.653.7636.47
Hex2B8F81460A2Cac3624
Octal53217201106012542546644
Binary101011100011111000000110001100101010110010101100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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