Html Css Color HEX #2B9A83 Gossamer

📋 copy color: '#2B9A83'

red 43 ◦ green 154 ◦ blue 131

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

Shades of Gossamer #2B9A83

Tints of Gossamer #2B9A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.95%

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 13.11%
G = 46.95%
B = 39.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#2B9A83 (or 0x2B9A83) is known color: Gossamer. HEX triplet: 2B, 9A and 83. RGB value is (43,154,131). Sum of RGB (Red+Green+Blue) = 43+154+131=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9A83 is #D4657C. Grayscale: #767676. Windows color (decimal): -13919613 or 8624683. OLE color: 8624683.

HSL color Cylindrical-coordinate representation of color #2B9A83: hue angle of 167.57º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A83 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 154 131 -
CMYK 0.72 0 0.15 0.40
HSL 167.57º 0.56% 0.39% -
HSV(B) 167.57º 0.72% 0.6% -
XYZ 16.65 25.26 25.47 -
YUV 118.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 43 154 131 0.72 0 0.15 0.40 167.57 0.56 0.39
Hex 2B 9A 83 48 0 F 28 A8 38 27
Octal 53 232 203 110 0 17 50 250 70 47
Binary 101011 10011010 10000011 1001000 0 1111 101000 10101000 111000 100111

Color Harmonies of #2B9A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9A83

Black with #2B9A83

Text Example


Text Example

White with #2B9A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,154,131); }

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

background-color css

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

 a { background-color: rgb(43,154,131); }

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

border-color css

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

 span { border-color: rgb(43,154,131); }

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