Html Css Color HEX #36A68D Gossamer

📋 copy color: '#36A68D'

red 54 ◦ green 166 ◦ blue 141

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

Shades of Gossamer #36A68D

Tints of Gossamer #36A68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 14.96%
G = 45.98%
B = 39.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#36A68D (or 0x36A68D) is known color: Gossamer. HEX triplet: 36, A6 and 8D. RGB value is (54,166,141). Sum of RGB (Red+Green+Blue) = 54+166+141=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #36A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A68D is #C95972. Grayscale: #818181. Windows color (decimal): -13195635 or 9283126. OLE color: 9283126.

HSL color Cylindrical-coordinate representation of color #36A68D: hue angle of 166.61º 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 #36A68D is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 166 141 -
CMYK 0.67 0 0.15 0.35
HSL 166.61º 0.51% 0.43% -
HSV(B) 166.61º 0.67% 0.65% -
XYZ 19.97 29.98 29.93 -
YUV 129.66 134.39 74.03 -
System Red Green Blue C M Y K H S L
Decimal 54 166 141 0.67 0 0.15 0.35 166.61 0.51 0.43
Hex 36 A6 8D 43 0 F 23 A7 33 2B
Octal 66 246 215 103 0 17 43 247 63 53
Binary 110110 10100110 10001101 1000011 0 1111 100011 10100111 110011 101011

Color Harmonies of #36A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A68D

Black with #36A68D

Text Example


Text Example

White with #36A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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