#36A38F

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

Shades of Gossamer #36A38F

Tints of Gossamer #36A38F

Color information

#36A38F (or 0x36A38F) is unknown color: approx Gossamer. HEX triplet: 36, A3 and 8F. RGB value is (54,163,143). Sum of RGB (Red+Green+Blue) = 54+163+143=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #36A38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A38F is #C95C70. Grayscale: #808080. Windows color (decimal): -13196401 or 9413430. OLE color: 9413430.

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

Color convert

RGB54163143-
CMYK0.6700.120.36
HSL168.99º50.23%42.55%-
HSV(B)168.99º66.87%63.92%-
XYZ19.5828.9630.55-
YUV128.13136.3975.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15%
GREEN value IS 163 (64.06% from 255) = 45.28%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=15%
G=45.28%
B=39.72%

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
Decimal541631430.6700.120.36168.9950.2342.55
Hex36A38F430C24a9322b
Octal66243217103014442516253
Binary110110101000111000111110000110110010010010101001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,163,143); }

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

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

 a { background-color: rgb(54,163,143); }

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

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

 span { border-color: rgb(54,163,143); }

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