Html Css Color HEX #2C9B89 Gossamer

📋 copy color: '#2C9B89'

red 44 ◦ green 155 ◦ blue 137

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

Shades of Gossamer #2C9B89

Tints of Gossamer #2C9B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 13.1%
G = 46.13%
B = 40.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#2C9B89 (or 0x2C9B89) is known color: Gossamer. HEX triplet: 2C, 9B and 89. RGB value is (44,155,137). Sum of RGB (Red+Green+Blue) = 44+155+137=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9B89 is #D36476. Grayscale: #777777. Windows color (decimal): -13853815 or 9018156. OLE color: 9018156.

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

Color convert

RGB 44 155 137 -
CMYK 0.72 0 0.12 0.39
HSL 170.27º 0.56% 0.39% -
HSV(B) 170.27º 0.72% 0.61% -
XYZ 17.28 25.78 27.73 -
YUV 119.76 137.73 73.96 -
System Red Green Blue C M Y K H S L
Decimal 44 155 137 0.72 0 0.12 0.39 170.27 0.56 0.39
Hex 2C 9B 89 48 0 C 27 AA 38 27
Octal 54 233 211 110 0 14 47 252 70 47
Binary 101100 10011011 10001001 1001000 0 1100 100111 10101010 111000 100111

Color Harmonies of #2C9B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9B89

Black with #2C9B89

Text Example


Text Example

White with #2C9B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,155,137); }

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

background-color css

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

 a { background-color: rgb(44,155,137); }

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

border-color css

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

 span { border-color: rgb(44,155,137); }

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