#36A28E

Color #36A28E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #36A28E

Tints of Gossamer #36A28E

Color information

#36A28E (or 0x36A28E) is unknown color: approx Gossamer. HEX triplet: 36, A2 and 8E. RGB value is (54,162,142). Sum of RGB (Red+Green+Blue) = 54+162+142=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #36A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A28E is #C95D71. Grayscale: #7F7F7F. Windows color (decimal): -13196658 or 9347638. OLE color: 9347638.

HSL color Cylindrical-coordinate representation of color #36A28E: hue angle of 168.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A28E is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB54162142-
CMYK0.6700.120.36
HSL168.89º50%42.35%-
HSV(B)168.89º66.67%63.53%-
XYZ19.3228.5830.09-
YUV127.43136.2275.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.08%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=15.08%
G=45.25%
B=39.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541621420.6700.120.36168.895042.35
Hex36A28E430C24a9322a
Octal66242216103014442516252
Binary110110101000101000111010000110110010010010101001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,162,142); }

 H1.HeaderClassName
 {
   color: #36A28E;
 }
 .AnyTagClassName
 {
   color: #36A28E;
 }
</style>
background-color css

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

 a { background-color: rgb(54,162,142); }

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

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

 span { border-color: rgb(54,162,142); }

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