Html Css Color HEX #2C9680 Gossamer

📋 copy color: '#2C9680'

red 44 ◦ green 150 ◦ blue 128

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

Shades of Gossamer #2C9680

Tints of Gossamer #2C9680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

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

R = 13.66%
G = 46.58%
B = 39.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#2C9680 (or 0x2C9680) is known color: Gossamer. HEX triplet: 2C, 96 and 80. RGB value is (44,150,128). Sum of RGB (Red+Green+Blue) = 44+150+128=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9680 is #D3697F. Grayscale: #737373. Windows color (decimal): -13855104 or 8427052. OLE color: 8427052.

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

Color convert

RGB 44 150 128 -
CMYK 0.71 0 0.15 0.41
HSL 167.55º 0.55% 0.38% -
HSV(B) 167.55º 0.71% 0.59% -
XYZ 15.84 23.91 24.2 -
YUV 115.8 134.88 76.79 -
System Red Green Blue C M Y K H S L
Decimal 44 150 128 0.71 0 0.15 0.41 167.55 0.55 0.38
Hex 2C 96 80 47 0 F 29 A8 37 26
Octal 54 226 200 107 0 17 51 250 67 46
Binary 101100 10010110 10000000 1000111 0 1111 101001 10101000 110111 100110

Color Harmonies of #2C9680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9680

Black with #2C9680

Text Example


Text Example

White with #2C9680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,150,128); }

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

background-color css

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

 a { background-color: rgb(44,150,128); }

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

border-color css

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

 span { border-color: rgb(44,150,128); }

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