Html Css Color HEX #36A68C Gossamer

📋 copy color: '#36A68C'

red 54 ◦ green 166 ◦ blue 140

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

Shades of Gossamer #36A68C

Tints of Gossamer #36A68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.11%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 15%
G = 46.11%
B = 38.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#36A68C (or 0x36A68C) is known color: Gossamer. HEX triplet: 36, A6 and 8C. RGB value is (54,166,140). Sum of RGB (Red+Green+Blue) = 54+166+140=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #36A68C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A68C is #C95973. Grayscale: #818181. Windows color (decimal): -13195636 or 9217590. OLE color: 9217590.

HSL color Cylindrical-coordinate representation of color #36A68C: hue angle of 166.07º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A68C is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 166 140 -
CMYK 0.67 0 0.16 0.35
HSL 166.07º 0.51% 0.43% -
HSV(B) 166.07º 0.67% 0.65% -
XYZ 19.89 29.95 29.54 -
YUV 129.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 54 166 140 0.67 0 0.16 0.35 166.07 0.51 0.43
Hex 36 A6 8C 43 0 10 23 A6 33 2B
Octal 66 246 214 103 0 20 43 246 63 53
Binary 110110 10100110 10001100 1000011 0 10000 100011 10100110 110011 101011

Color Harmonies of #36A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A68C

Black with #36A68C

Text Example


Text Example

White with #36A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,166,140); }

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

background-color css

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

 a { background-color: rgb(54,166,140); }

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

border-color css

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

 span { border-color: rgb(54,166,140); }

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