Html Css Color HEX #2A977C Gossamer

📋 copy color: '#2A977C'

red 42 ◦ green 151 ◦ blue 124

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

Shades of Gossamer #2A977C

Tints of Gossamer #2A977C

RGB

 RED value IS 42 (16.8% from 255) = 13.25%

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 13.25%
G = 47.63%
B = 39.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#2A977C (or 0x2A977C) is known color: Gossamer. HEX triplet: 2A, 97 and 7C. RGB value is (42,151,124). Sum of RGB (Red+Green+Blue) = 42+151+124=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #2A977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A977C is #D56883. Grayscale: #737373. Windows color (decimal): -13985924 or 8165162. OLE color: 8165162.

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

Color convert

RGB 42 151 124 -
CMYK 0.72 0 0.18 0.41
HSL 165.14º 0.56% 0.38% -
HSV(B) 165.14º 0.72% 0.59% -
XYZ 15.66 24.08 22.89 -
YUV 115.33 132.89 75.7 -
System Red Green Blue C M Y K H S L
Decimal 42 151 124 0.72 0 0.18 0.41 165.14 0.56 0.38
Hex 2A 97 7C 48 0 12 29 A5 38 26
Octal 52 227 174 110 0 22 51 245 70 46
Binary 101010 10010111 1111100 1001000 0 10010 101001 10100101 111000 100110

Color Harmonies of #2A977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A977C

Black with #2A977C

Text Example


Text Example

White with #2A977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,151,124); }

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

background-color css

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

 a { background-color: rgb(42,151,124); }

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

border-color css

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

 span { border-color: rgb(42,151,124); }

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