Html Css Color HEX #36A194 Gossamer

📋 copy color: '#36A194'

red 54 ◦ green 161 ◦ blue 148

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

Shades of Gossamer #36A194

Tints of Gossamer #36A194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 14.88%
G = 44.35%
B = 40.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#36A194 (or 0x36A194) is known color: Gossamer. HEX triplet: 36, A1 and 94. RGB value is (54,161,148). Sum of RGB (Red+Green+Blue) = 54+161+148=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #36A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A194 is #C95E6B. Grayscale: #7F7F7F. Windows color (decimal): -13196908 or 9740598. OLE color: 9740598.

HSL color Cylindrical-coordinate representation of color #36A194: hue angle of 172.71º 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 #36A194 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 161 148 -
CMYK 0.66 0 0.08 0.37
HSL 172.71º 0.5% 0.42% -
HSV(B) 172.71º 0.66% 0.63% -
XYZ 19.61 28.41 32.47 -
YUV 127.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 54 161 148 0.66 0 0.08 0.37 172.71 0.5 0.42
Hex 36 A1 94 42 0 8 25 AD 32 2A
Octal 66 241 224 102 0 10 45 255 62 52
Binary 110110 10100001 10010100 1000010 0 1000 100101 10101101 110010 101010

Color Harmonies of #36A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A194

Black with #36A194

Text Example


Text Example

White with #36A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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