Html Css Color HEX #2C9486 Gossamer

📋 copy color: '#2C9486'

red 44 ◦ green 148 ◦ blue 134

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

Shades of Gossamer #2C9486

Tints of Gossamer #2C9486

RGB

 RED value IS 44 (17.58% from 255) = 13.5%

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 13.5%
G = 45.4%
B = 41.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#2C9486 (or 0x2C9486) is known color: Gossamer. HEX triplet: 2C, 94 and 86. RGB value is (44,148,134). Sum of RGB (Red+Green+Blue) = 44+148+134=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9486 is #D36B79. Grayscale: #737373. Windows color (decimal): -13855610 or 8819756. OLE color: 8819756.

HSL color Cylindrical-coordinate representation of color #2C9486: hue angle of 171.92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9486 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 148 134 -
CMYK 0.70 0 0.09 0.42
HSL 171.92º 0.54% 0.38% -
HSV(B) 171.92º 0.7% 0.58% -
XYZ 15.93 23.44 26.24 -
YUV 115.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 44 148 134 0.70 0 0.09 0.42 171.92 0.54 0.38
Hex 2C 94 86 46 0 9 2A AC 36 26
Octal 54 224 206 106 0 11 52 254 66 46
Binary 101100 10010100 10000110 1000110 0 1001 101010 10101100 110110 100110

Color Harmonies of #2C9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9486

Black with #2C9486

Text Example


Text Example

White with #2C9486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,148,134); }

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

background-color css

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

 a { background-color: rgb(44,148,134); }

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

border-color css

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

 span { border-color: rgb(44,148,134); }

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