Html Css Color HEX #2B8F80 Gossamer

📋 copy color: '#2B8F80'

red 43 ◦ green 143 ◦ blue 128

#2B8F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #2B8F80

Tints of Gossamer #2B8F80

RGB

 RED value IS 43 (17.19% from 255) = 13.69%

 GREEN value IS 143 (56.25% from 255) = 45.54%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 13.69%
G = 45.54%
B = 40.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#2B8F80 (or 0x2B8F80) is known color: Gossamer. HEX triplet: 2B, 8F and 80. RGB value is (43,143,128). Sum of RGB (Red+Green+Blue) = 43+143+128=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8F80 is #D4707F. Grayscale: #6F6F6F. Windows color (decimal): -13922432 or 8425259. OLE color: 8425259.

HSL color Cylindrical-coordinate representation of color #2B8F80: hue angle of 171º 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 #2B8F80 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 143 128 -
CMYK 0.70 0 0.10 0.44
HSL 171º 0.54% 0.36% -
HSV(B) 171º 0.7% 0.56% -
XYZ 14.72 21.72 23.84 -
YUV 111.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 43 143 128 0.70 0 0.10 0.44 171 0.54 0.36
Hex 2B 8F 80 46 0 A 2C AB 36 24
Octal 53 217 200 106 0 12 54 253 66 44
Binary 101011 10001111 10000000 1000110 0 1010 101100 10101011 110110 100100

Color Harmonies of #2B8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8F80

Black with #2B8F80

Text Example


Text Example

White with #2B8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B8F80;
 }
 .AnyTagClassName
 {
   color: #2B8F80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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