#36A48B

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

Shades of Gossamer #36A48B

Tints of Gossamer #36A48B

Color information

#36A48B (or 0x36A48B) is unknown color: approx Gossamer. HEX triplet: 36, A4 and 8B. RGB value is (54,164,139). Sum of RGB (Red+Green+Blue) = 54+164+139=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #36A48B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A48B is #C95B74. Grayscale: #808080. Windows color (decimal): -13196149 or 9151542. OLE color: 9151542.

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

Color convert

RGB54164139-
CMYK0.6700.150.36
HSL166.36º50.46%42.75%-
HSV(B)166.36º67.07%64.31%-
XYZ19.4629.229.04-
YUV128.26134.0675.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.13%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=15.13%
G=45.94%
B=38.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541641390.6700.150.36166.3650.4642.75
Hex36A48B430F24a6322b
Octal66244213103017442466253
Binary110110101001001000101110000110111110010010100110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,164,139); }

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

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

 a { background-color: rgb(54,164,139); }

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

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

 span { border-color: rgb(54,164,139); }

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