Html Css Color HEX #2C998A Gossamer

📋 copy color: '#2C998A'

red 44 ◦ green 153 ◦ blue 138

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

Shades of Gossamer #2C998A

Tints of Gossamer #2C998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 13.13%
G = 45.67%
B = 41.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#2C998A (or 0x2C998A) is known color: Gossamer. HEX triplet: 2C, 99 and 8A. RGB value is (44,153,138). Sum of RGB (Red+Green+Blue) = 44+153+138=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #2C998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C998A is #D36675. Grayscale: #767676. Windows color (decimal): -13854326 or 9083180. OLE color: 9083180.

HSL color Cylindrical-coordinate representation of color #2C998A: hue angle of 171.74º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C998A is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 44 153 138 -
CMYK 0.71 0 0.10 0.4
HSL 171.74º 0.55% 0.39% -
HSV(B) 171.74º 0.71% 0.6% -
XYZ 17.02 25.15 28 -
YUV 118.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 44 153 138 0.71 0 0.10 0.4 171.74 0.55 0.39
Hex 2C 99 8A 47 0 A 28 AC 37 27
Octal 54 231 212 107 0 12 50 254 67 47
Binary 101100 10011001 10001010 1000111 0 1010 101000 10101100 110111 100111

Color Harmonies of #2C998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C998A

Black with #2C998A

Text Example


Text Example

White with #2C998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,153,138); }

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

background-color css

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

 a { background-color: rgb(44,153,138); }

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

border-color css

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

 span { border-color: rgb(44,153,138); }

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