#36a08b

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

Shades of Gossamer #36A08B

Tints of Gossamer #36A08B

Color information

#36A08B (or 0x36A08B) is unknown color: approx Gossamer. HEX triplet: 36, A0 and 8B. RGB value is (54,160,139). Sum of RGB (Red+Green+Blue) = 54+160+139=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #36A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A08B is #C95F74. Grayscale: #7D7D7D. Windows color (decimal): -13197173 or 9150518. OLE color: 9150518.

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

Color convert

RGB54160139-
CMYK0.6600.130.37
HSL168.11º49.53%41.96%-
HSV(B)168.11º66.25%62.75%-
XYZ18.7527.7928.8-
YUV125.91135.3876.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.30%
GREEN value IS 160 (62.89% from 255) = 45.33%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=15.30%
G=45.33%
B=39.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal541601390.6600.130.37168.1149.5341.96
Hex36A08B420D25a8322a
Octal66240213102015452506252
Binary110110101000001000101110000100110110010110101000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36a08b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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