#38A186

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

Shades of Gossamer #38A186

Tints of Gossamer #38A186

Color information

#38A186 (or 0x38A186) is unknown color: approx Gossamer. HEX triplet: 38, A1 and 86. RGB value is (56,161,134). Sum of RGB (Red+Green+Blue) = 56+161+134=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #38A186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A186 is #C75E79. Grayscale: #7E7E7E. Windows color (decimal): -13065850 or 8823096. OLE color: 8823096.

HSL color Cylindrical-coordinate representation of color #38A186: hue angle of 164.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A186 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB56161134-
CMYK0.6500.170.37
HSL164.57º48.39%42.55%-
HSV(B)164.57º65.22%63.14%-
XYZ18.6828.0526.98-
YUV126.53132.2177.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 161 (63.28% from 255) = 45.87%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=15.95%
G=45.87%
B=38.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561611340.6500.170.37164.5748.3942.55
Hex38A1864101125a5302b
Octal70241206101021452456053
Binary1110001010000110000110100000101000110010110100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A186; }

 p { color: rgb(56,161,134); }

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

<style>
 a { background-color: #38A186; }

 a { background-color: rgb(56,161,134); }

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

<style>
 span { border-color: #38A186; }

 span { border-color: rgb(56,161,134); }

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