#36a08a

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

Shades of Gossamer #36A08A

Tints of Gossamer #36A08A

Color information

#36A08A (or 0x36A08A) is unknown color: approx Gossamer. HEX triplet: 36, A0 and 8A. RGB value is (54,160,138). Sum of RGB (Red+Green+Blue) = 54+160+138=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #36A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A08A is #C95F75. Grayscale: #7D7D7D. Windows color (decimal): -13197174 or 9084982. OLE color: 9084982.

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

Color convert

RGB54160138-
CMYK0.6600.140.37
HSL167.55º49.53%41.96%-
HSV(B)167.55º66.25%62.75%-
XYZ18.6827.7628.42-
YUV125.8134.8876.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.34%
GREEN value IS 160 (62.89% from 255) = 45.45%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=15.34%
G=45.45%
B=39.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541601380.6600.140.37167.5549.5341.96
Hex36A08A420E25a8322a
Octal66240212102016452506252
Binary110110101000001000101010000100111010010110101000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36a08a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,160,138); }

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

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

 a { background-color: rgb(54,160,138); }

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

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

 span { border-color: rgb(54,160,138); }

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