Html Css Color HEX #2B977E Gossamer

📋 copy color: '#2B977E'

red 43 ◦ green 151 ◦ blue 126

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

Shades of Gossamer #2B977E

Tints of Gossamer #2B977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.19%

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 13.44%
G = 47.19%
B = 39.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#2B977E (or 0x2B977E) is known color: Gossamer. HEX triplet: 2B, 97 and 7E. RGB value is (43,151,126). Sum of RGB (Red+Green+Blue) = 43+151+126=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #2B977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B977E is #D46881. Grayscale: #737373. Windows color (decimal): -13920386 or 8296235. OLE color: 8296235.

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

Color convert

RGB 43 151 126 -
CMYK 0.72 0 0.17 0.41
HSL 166.11º 0.56% 0.38% -
HSV(B) 166.11º 0.72% 0.59% -
XYZ 15.83 24.15 23.57 -
YUV 115.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 43 151 126 0.72 0 0.17 0.41 166.11 0.56 0.38
Hex 2B 97 7E 48 0 11 29 A6 38 26
Octal 53 227 176 110 0 21 51 246 70 46
Binary 101011 10010111 1111110 1001000 0 10001 101001 10100110 111000 100110

Color Harmonies of #2B977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B977E

Black with #2B977E

Text Example


Text Example

White with #2B977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,151,126); }

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

background-color css

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

 a { background-color: rgb(43,151,126); }

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

border-color css

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

 span { border-color: rgb(43,151,126); }

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