Html Css Color HEX #36A196 Gossamer

📋 copy color: '#36A196'

red 54 ◦ green 161 ◦ blue 150

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

Shades of Gossamer #36A196

Tints of Gossamer #36A196

RGB

 RED value IS 54 (21.48% from 255) = 14.79%

 GREEN value IS 161 (63.28% from 255) = 44.11%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 14.79%
G = 44.11%
B = 41.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#36A196 (or 0x36A196) is known color: Gossamer. HEX triplet: 36, A1 and 96. RGB value is (54,161,150). Sum of RGB (Red+Green+Blue) = 54+161+150=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #36A196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A196 is #C95E69. Grayscale: #7F7F7F. Windows color (decimal): -13196906 or 9871670. OLE color: 9871670.

HSL color Cylindrical-coordinate representation of color #36A196: hue angle of 173.83º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A196 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 161 150 -
CMYK 0.66 0 0.07 0.37
HSL 173.83º 0.5% 0.42% -
HSV(B) 173.83º 0.66% 0.63% -
XYZ 19.77 28.48 33.31 -
YUV 127.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 54 161 150 0.66 0 0.07 0.37 173.83 0.5 0.42
Hex 36 A1 96 42 0 7 25 AE 32 2A
Octal 66 241 226 102 0 7 45 256 62 52
Binary 110110 10100001 10010110 1000010 0 111 100101 10101110 110010 101010

Color Harmonies of #36A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A196

Black with #36A196

Text Example


Text Example

White with #36A196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36A196; }

 p { color: rgb(54,161,150); }

 H1.HeaderClassName
 {
   color: #36A196;
 }
 .AnyTagClassName
 {
   color: #36A196;
 }
</style>

background-color css

<style>
 a { background-color: #36A196; }

 a { background-color: rgb(54,161,150); }

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

border-color css

<style>
 span { border-color: #36A196; }

 span { border-color: rgb(54,161,150); }

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